freebsd-ports/archivers/libcomprex/files/patch-modules_archive_zip_header.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
253 B
C

--- 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];