mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-06 14:44:25 +01:00
Fix .dec not looping in plugins (incorrect filename comparison)
This commit is contained in:
parent
69fb29fc7a
commit
dabbf07014
@ -119,7 +119,7 @@ static int get_falcom_looping(STREAMFILE *streamFile, int *out_loop_start, int *
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
get_streamfile_name(streamFile,filename,TXT_LINE_MAX);
|
get_streamfile_filename(streamFile,filename,TXT_LINE_MAX);
|
||||||
|
|
||||||
/* read line by line */
|
/* read line by line */
|
||||||
while (txt_offset < get_streamfile_size(streamText)) {
|
while (txt_offset < get_streamfile_size(streamText)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user