mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 01:49:17 +01:00
FAT library for GBA, DS, Gamecube & Wii
d59c7c8b35
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. |
||
---|---|---|
gba | ||
include | ||
libogc | ||
nds | ||
source | ||
.gitignore | ||
libfat.pnproj | ||
Makefile |