Restore behavior of the original implementation strnatcmp to not ignore leading zeros...
commit8c5aac58d69cf58463eb86cb4dc8c6d451eaef65
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 17 Mar 2009 18:58:47 +0000 (17 18:58 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 17 Mar 2009 18:58:47 +0000 (17 18:58 +0000)
treee484acc898e9d34e882e03792966414341ed0877
parentf7f612409ea917b4b57e359f3c8f58d43f406cbe
Restore behavior of the original implementation strnatcmp to not ignore leading zeros. Fixes FS#10029 (Files being sorted incorrectly in latest builds), leads to better sorting of decimal numbers. It also doesn't sort 2 before 03 (but still before 10) anymore.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20340 a1c6a512-1295-4272-9138-f99709370657
firmware/common/strnatcmp.c