Hey Nathan,
Looking at Issue #5 (#5), it seems that the patch didn't make it into the more recent versions (I'm testing with 2.9.0), as the example minizip program is not able to fully extract a zip with large files in it?
The test zip has just 3 files inside - 1-Small, 2-LargeOver4GB, 3-Small - after extracting the second file, it tries to extract the third one, but fails at
else if ((local) && (magic != MZ_ZIP_MAGIC_LOCALHEADER))
err = MZ_FORMAT_ERROR;
which is at mz_zip.c:218
Any suggestions on how to make the library accept macOS-originating Zip files?
Thanks,
Vasyl
Hey Nathan,
Looking at Issue #5 (#5), it seems that the patch didn't make it into the more recent versions (I'm testing with 2.9.0), as the example minizip program is not able to fully extract a zip with large files in it?
The test zip has just 3 files inside - 1-Small, 2-LargeOver4GB, 3-Small - after extracting the second file, it tries to extract the third one, but fails at
which is at mz_zip.c:218
Any suggestions on how to make the library accept macOS-originating Zip files?
Thanks,
Vasyl