Bug in __card_getfilenum
Posted: Fri Aug 23, 2013 10:00 pm
__card_getfilenum uses strnicmp instead of simply stricmp, this causes incorrect behavior when two files have similar filenames e.g, gczelda (TWW) and gczelda2 (TP)
Here is a patch that corrects this behavior:
https://dl.dropboxusercontent.com/u/217 ... icmp.patch
Here is a patch that corrects this behavior:
https://dl.dropboxusercontent.com/u/217 ... icmp.patch