mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-18 16:28:51 +00:00
Micronit.
This commit is contained in:
parent
d4c1cf4853
commit
057846e45b
@ -163,7 +163,7 @@ static int ssnes_extract_currentfile_in_zip(unzFile uf)
|
||||
break;
|
||||
}
|
||||
|
||||
if (err>0)
|
||||
if (err > 0)
|
||||
{
|
||||
if (fwrite(buf, err, 1, fout) != 1)
|
||||
{
|
||||
@ -218,4 +218,6 @@ int ssnes_extract_zipfile(const char *zip_path)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user