FAT library for GBA, DS, Gamecube & Wii
Go to file
Nebuleon Fumika d59c7c8b35 More correctly handle the case where plain char is signed
In _FAT_directory_lfnLength, the check 'ch < 0x20' incorrectly catches
any extended UTF-8 bytes if the plain 'char' type is signed:

  0x80 < 0x20 ... 0xEF < 0x20

are interpreted as (negative value < 32). The check for 0xF0 and above
also fails to work properly due to 0xF0 being negative as well.
2016-06-19 19:48:48 +00:00
gba remove generated include folders on clean 2012-05-09 16:49:11 +01:00
include fix FAT_setAttr for big endian 2015-01-13 15:11:51 +00:00
libogc remove generated include folders on clean 2012-05-09 16:49:11 +01:00
nds remove generated include folders on clean 2012-05-09 16:49:11 +01:00
source More correctly handle the case where plain char is signed 2016-06-19 19:48:48 +00:00
.gitignore ignore generated include folders 2012-05-13 13:10:45 +01:00
libfat.pnproj support to read/write FS info sector for FAT32 partitions. speeds up statvfs. patch submitted by dimok 2011-01-16 19:03:37 +00:00
Makefile bump version for next release 2015-11-10 12:22:57 +00:00