Fix serious bug in FAT filename check, preventing most files from being created ...
commit01ed4ae8166c981a7d11e204dcaf9f0fa76ea35c
authorlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Tue, 3 Jul 2007 17:03:33 +0000 (3 17:03 +0000)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Tue, 3 Jul 2007 17:03:33 +0000 (3 17:03 +0000)
tree9edc78d6f2d11eb1cbe70289b25138358907b7e7
parent6e00a2bc9d7e0867fe705c6fbb439d49b33f2a51
Fix serious bug in FAT filename check, preventing most files from being created (if they contain a '.', no less). Also allow a few more chars in the long filename and make the code a bit smaller (as in FS #6358).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13776 a1c6a512-1295-4272-9138-f99709370657
firmware/drivers/fat.c