diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-03-17 19:01:25 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-03-17 19:01:25 +0000 |
commit | 877efe1123d85ed60e54cd214ef044f64c06c735 (patch) | |
tree | a50b7129628c18d9808db51dac300c3924be08ad /firmware/common/strnatcmp.c | |
parent | fa2d011a551a8f1887b2db5ac156d30421066192 (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.c | 5 |
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> |