mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 02:57:38 +01:00
Fix last minute issue
This commit is contained in:
parent
ba59200b9a
commit
22d42d8ebe
@ -16,7 +16,7 @@ VGMSTREAM* init_vgmstream_ktss(STREAMFILE* sf) {
|
||||
if (!check_extensions(sf, "kns,kno,ktss"))
|
||||
goto fail;
|
||||
|
||||
if (is_id32be(0x00,sf, "KTSS"))
|
||||
if (!is_id32be(0x00,sf, "KTSS"))
|
||||
goto fail;
|
||||
/* 0x04: data size */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user