From aa3f63fd497558a02feb3ddbc44f31eac091f39b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Oct 2017 22:14:45 +0300 Subject: Remove most unused files. --- packaging/patches/physfs/zip_seek.diff | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 packaging/patches/physfs/zip_seek.diff (limited to 'packaging/patches') diff --git a/packaging/patches/physfs/zip_seek.diff b/packaging/patches/physfs/zip_seek.diff deleted file mode 100644 index 0d9b17f5e..000000000 --- a/packaging/patches/physfs/zip_seek.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff -r 34ebe997c5c0 archivers/zip.c ---- a/archivers/zip.c Fri Jan 01 12:53:41 2016 -0500 -+++ b/archivers/zip.c Wed Jan 25 20:56:26 2017 +0300 -@@ -327,7 +327,8 @@ - return(0); - - inflateEnd(&finfo->stream); -- memcpy(&finfo->stream, &str, sizeof (z_stream)); -+ inflateCopy(&finfo->stream, &str); -+ inflateEnd(&str); - finfo->uncompressed_position = finfo->compressed_position = 0; - } /* if */ - -- cgit v1.2.3-70-g09d2