1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

zlib/minizip: Update to version 1.3.1.2

This commit is contained in:
Rémi Verschelde
2025-12-12 15:31:04 +01:00
parent 08e6cd181f
commit 88fd9d7073
23 changed files with 1069 additions and 308 deletions

View File

@@ -315,6 +315,10 @@ extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
This is the Central-header version of the extra field
if szComment!=NULL, the comment string of the file will be copied in szComment
(commentBufferSize is the size of the buffer)
The file name and comment will be zero-terminated if there is room in the
provided buffer. Otherwise the buffer will contain as much as will fit. If at
least 65537 bytes of room is provided, then the result will always be
complete and zero-terminated.
*/