Difegue / LANraragi

Web application for archival and reading of manga/doujinshi. Lightweight and Docker-ready for NAS/servers.
https://lrr.tvc-16.science
MIT License
2.25k stars 160 forks source link

Use string-based comparison (cmp) rather than numeric <=> for IDs #1037

Closed siliconfeces closed 3 months ago

siliconfeces commented 3 months ago

IDs are strings, so should use cmp instead of spaceship operator (caused a warning).