Fixed warning

This commit is contained in:
Sam Soffes
2011-05-31 10:14:29 -07:00
parent e885af5595
commit 8e5de14303
+1 -1
View File
@@ -1239,7 +1239,7 @@ extern int ZEXPORT unzReadCurrentFile (file, buf, len)
return UNZ_PARAMERROR;
if ((pfile_in_zip_read_info->read_buffer == NULL))
if (pfile_in_zip_read_info->read_buffer == NULL)
return UNZ_END_OF_LIST_OF_FILE;
if (len==0)
return 0;