diff options
Diffstat (limited to '3rdparty/zlib/contrib/minizip/unzip.h')
-rw-r--r-- | 3rdparty/zlib/contrib/minizip/unzip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/contrib/minizip/unzip.h b/3rdparty/zlib/contrib/minizip/unzip.h index 14105840f6d..5cfc9c6274e 100644 --- a/3rdparty/zlib/contrib/minizip/unzip.h +++ b/3rdparty/zlib/contrib/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). |