Micronit.

This commit is contained in:
Themaister 2012-03-06 22:48:45 +01:00
parent d4c1cf4853
commit 057846e45b

View File

@ -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