diff options
author | Xavier Roche <roche@httrack.com> | 2024-01-27 14:12:35 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2024-01-27 14:22:41 +0100 |
commit | b625cfe82ab34374f3cad7ef3941a6c001fc4876 (patch) | |
tree | 620b602db9871b05c38ccf25603de638e40d11e0 /src/minizip/zip.h.orig | |
parent | 940bc759c9a26f70e75dc2af7ddbdeb6d72a3106 (diff) |
Upgraded to minizip 1.1 from zlib 1.3.1
closes:#272
Diffstat (limited to 'src/minizip/zip.h.orig')
-rw-r--r-- | src/minizip/zip.h.orig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/minizip/zip.h.orig b/src/minizip/zip.h.orig index 5fc0841..3e230d3 100644 --- a/src/minizip/zip.h.orig +++ b/src/minizip/zip.h.orig @@ -177,9 +177,9 @@ extern int ZEXPORT zipOpenNewFileInZip64(zipFile file, filename : the filename in zip (if NULL, '-' without quote will be used *zipfi contain supplemental information if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local - contains the extrafield data the the local header + contains the extrafield data for the local header if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global - contains the extrafield data the the local header + contains the extrafield data for the global header if comment != NULL, comment contain the comment string method contain the compression method (0 for store, Z_DEFLATED for deflate) level contain the level of compression (can be Z_DEFAULT_COMPRESSION) |