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/unzip.h | |
parent | 940bc759c9a26f70e75dc2af7ddbdeb6d72a3106 (diff) |
Upgraded to minizip 1.1 from zlib 1.3.1
closes:#272
Diffstat (limited to 'src/minizip/unzip.h')
-rw-r--r-- | src/minizip/unzip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minizip/unzip.h b/src/minizip/unzip.h index 1410584..5cfc9c6 100644 --- a/src/minizip/unzip.h +++ b/src/minizip/unzip.h @@ -306,7 +306,7 @@ extern int ZEXPORT unzGetCurrentFileInfo(unzFile file, Get Info about the current file if pfile_info!=NULL, the *pfile_info structure will contain some info about the current file - if szFileName!=NULL, the filemane string will be copied in szFileName + if szFileName!=NULL, the filename string will be copied in szFileName (fileNameBufferSize is the size of the buffer) if extraField!=NULL, the extra field information will be copied in extraField (extraFieldBufferSize is the size of the buffer). |