mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
fixing build on new devkitppc
This commit is contained in:
parent
96539276b1
commit
d79b348df8
@ -754,7 +754,7 @@ LoadSzFile(char * filepath, unsigned char * rbuffer)
|
||||
HaltParseThread();
|
||||
|
||||
file = fopen (filepath, "rb");
|
||||
if (file > 0)
|
||||
if (file)
|
||||
{
|
||||
size = SzExtractFile(browserList[browser.selIndex].filenum, rbuffer);
|
||||
fclose (file);
|
||||
|
Loading…
Reference in New Issue
Block a user