yAy FoR uPpeRcAsE!

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@347 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-07-19 16:43:42 +00:00
parent 8815bbe479
commit 3e8d8edb40

View File

@ -178,8 +178,8 @@ VGMSTREAM * init_vgmstream_nwa(STREAMFILE *streamFile) {
for (suboffset = offset+45;
suboffset<file_size &&
suboffset-offset-45<length &&
read_8bit(suboffset,inistreamfile)==
namebase[suboffset-offset-45];
tolower(read_8bit(suboffset,inistreamfile))==
tolower(namebase[suboffset-offset-45]);
suboffset++) {}
if (suboffset-offset-45==length &&