diff options
| -rw-r--r-- | firmware/common/strnatcmp.c | 5 |
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> |