use correct case for .sth

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@601 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2009-03-13 14:20:00 +00:00
parent d2e943af3a
commit a0023d2580

View File

@ -21,7 +21,7 @@ VGMSTREAM * init_vgmstream_wii_str(STREAMFILE *streamFile) {
if (!filenameSTH) goto fail;
strcpy(filenameSTH,filename);
strcpy(filenameSTH+strlen(filenameSTH)-3,"STH");
strcpy(filenameSTH+strlen(filenameSTH)-3,"sth");
infileSTH = streamFile->open(streamFile,filenameSTH,STREAMFILE_DEFAULT_BUFFER_SIZE);