mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
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:
parent
d2e943af3a
commit
a0023d2580
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user