Page 1 of 1

Bug in __card_getfilenum

Posted: Fri Aug 23, 2013 10:00 pm
by antidote
__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

Re: Bug in __card_getfilenum

Posted: Wed Sep 04, 2013 11:51 pm
by WinterMute
Your patch has now been applied in the git repository, should be available with next release. Many thanks