From 90ff5d51e41c7b4fe781835a56bccd94e45bd7de Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Tue, 24 Nov 2020 15:38:08 -0800 Subject: [PATCH] Correct zip64 ZIP archive support limitations entry According to ChangeLog.md Zip64 format is supported since 2.0 release --- miniz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniz.h b/miniz.h index 7789be9..754bc5a 100644 --- a/miniz.h +++ b/miniz.h @@ -95,7 +95,7 @@ possibility that the archive's central directory could be lost with this method if anything goes wrong, though. - ZIP archive support limitations: - No zip64 or spanning support. Extraction functions can only handle unencrypted, stored or deflated files. + No spanning support. Extraction functions can only handle unencrypted, stored or deflated files. Requires streams capable of seeking. * This is a header file library, like stb_image.c. To get only a header file, either cut and paste the