diff options
Diffstat (limited to 'contrib/minizip/unzip.c')
-rw-r--r-- | contrib/minizip/unzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index 8c42af6..d3c0cea 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c | |||
@@ -450,7 +450,7 @@ local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib | |||
450 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) | 450 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) |
451 | return CENTRALDIRINVALID; | 451 | return CENTRALDIRINVALID; |
452 | 452 | ||
453 | /* number of the disk with the start of the zip64 end of central directory */ | 453 | /* number of the disk with the start of the zip64 end of central directory */ |
454 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) | 454 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) |
455 | return CENTRALDIRINVALID; | 455 | return CENTRALDIRINVALID; |
456 | if (uL != 0) | 456 | if (uL != 0) |
@@ -499,7 +499,7 @@ local unzFile unzOpenInternal(const void *path, | |||
499 | 499 | ||
500 | uLong number_disk; /* number of the current dist, used for | 500 | uLong number_disk; /* number of the current dist, used for |
501 | spanning ZIP, unsupported, always 0*/ | 501 | spanning ZIP, unsupported, always 0*/ |
502 | uLong number_disk_with_CD; /* number the the disk with central dir, used | 502 | uLong number_disk_with_CD; /* number the disk with central dir, used |
503 | for spanning ZIP, unsupported, always 0*/ | 503 | for spanning ZIP, unsupported, always 0*/ |
504 | ZPOS64_T number_entry_CD; /* total number of entries in | 504 | ZPOS64_T number_entry_CD; /* total number of entries in |
505 | the central dir | 505 | the central dir |