summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/strnatcmp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/common/strnatcmp.c b/firmware/common/strnatcmp.c
index 96c2250..04b760e 100644
--- a/firmware/common/strnatcmp.c
+++ b/firmware/common/strnatcmp.c
@@ -29,8 +29,9 @@
* negative chars in their default char type.
*
*
- * This version is changed to ignore leading zeros, it does not equal to the
- * original software.
+ * Changes for Rockbox:
+ * This version is changed slightly to deal better with the datatypes,
+ * it does not equal to the original software.
*/
#include <ctype.h>