diff options
Diffstat (limited to 'archivers/libcomprex/files/patch-modules_archive_zip_header.c')
-rw-r--r-- | archivers/libcomprex/files/patch-modules_archive_zip_header.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/libcomprex/files/patch-modules_archive_zip_header.c b/archivers/libcomprex/files/patch-modules_archive_zip_header.c new file mode 100644 index 000000000000..f138702ea211 --- /dev/null +++ b/archivers/libcomprex/files/patch-modules_archive_zip_header.c @@ -0,0 +1,11 @@ +--- modules/archive/zip/header.c.orig 2003-01-01 06:22:34 UTC ++++ modules/archive/zip/header.c +@@ -25,7 +25,7 @@ + #include "zip.h" + + +-ZipStatus ++CxStatus + cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp) + { + char buffer[ZIP_LOCAL_HEADER_SIZE]; |