diff options
Diffstat (limited to 'contrib/minizip/zip.c')
| -rw-r--r-- | contrib/minizip/zip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c index 86be90b..e2e9da0 100644 --- a/contrib/minizip/zip.c +++ b/contrib/minizip/zip.c | |||
| @@ -614,9 +614,9 @@ local int LoadCentralDirectoryRecord(zip64_internal* pziinit) { | |||
| 614 | ZPOS64_T central_pos; | 614 | ZPOS64_T central_pos; |
| 615 | uLong uL; | 615 | uLong uL; |
| 616 | 616 | ||
| 617 | uLong number_disk; /* number of the current dist, used for | 617 | uLong number_disk; /* number of the current disk, used for |
| 618 | spanning ZIP, unsupported, always 0*/ | 618 | spanning ZIP, unsupported, always 0*/ |
| 619 | uLong number_disk_with_CD; /* number the the disk with central dir, used | 619 | uLong number_disk_with_CD; /* number of the disk with central dir, used |
| 620 | for spanning ZIP, unsupported, always 0*/ | 620 | for spanning ZIP, unsupported, always 0*/ |
| 621 | ZPOS64_T number_entry; | 621 | ZPOS64_T number_entry; |
| 622 | ZPOS64_T number_entry_CD; /* total number of entries in | 622 | ZPOS64_T number_entry_CD; /* total number of entries in |
