diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index 050014c..affad4b 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c | |||
@@ -1696,7 +1696,7 @@ extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) | |||
1696 | return UNZ_PARAMERROR; | 1696 | return UNZ_PARAMERROR; |
1697 | 1697 | ||
1698 | 1698 | ||
1699 | if ((pfile_in_zip_read_info->read_buffer == NULL)) | 1699 | if (pfile_in_zip_read_info->read_buffer == NULL) |
1700 | return UNZ_END_OF_LIST_OF_FILE; | 1700 | return UNZ_END_OF_LIST_OF_FILE; |
1701 | if (len==0) | 1701 | if (len==0) |
1702 | return 0; | 1702 | return 0; |