summaryrefslogtreecommitdiff
path: root/firmware/common/strnatcmp.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-17 19:01:25 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-17 19:01:25 +0000
commit877efe1123d85ed60e54cd214ef044f64c06c735 (patch)
treea50b7129628c18d9808db51dac300c3924be08ad /firmware/common/strnatcmp.c
parentfa2d011a551a8f1887b2db5ac156d30421066192 (diff)
Update the comment about our changes too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/common/strnatcmp.c')
-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 96c2250f3a..04b760e8e7 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>