summaryrefslogtreecommitdiffstats
path: root/games/gzdoom/fix_zipdir.diff
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-10-10 16:07:58 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:40 +0700
commit5c2345a2601b37d7ba8c1d8ca629e4a02d98ed6e (patch)
treed237437943150a244925df3ad2e8eaab3b71e98c /games/gzdoom/fix_zipdir.diff
parentdd0b4fd2d3838821a136bbc8c2e7c55f885e9bac (diff)
downloadslackbuilds-5c2345a2601b37d7ba8c1d8ca629e4a02d98ed6e.tar.gz
slackbuilds-5c2345a2601b37d7ba8c1d8ca629e4a02d98ed6e.tar.xz
games/gzdoom: Updated for version 4.7.0.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gzdoom/fix_zipdir.diff')
-rw-r--r--games/gzdoom/fix_zipdir.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gzdoom/fix_zipdir.diff b/games/gzdoom/fix_zipdir.diff
deleted file mode 100644
index 88fb016966..0000000000
--- a/games/gzdoom/fix_zipdir.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tools/zipdir/zipdir.c
-+++ b/tools/zipdir/zipdir.c
-@@ -781,6 +781,8 @@
- if (central_dir == NULL)
- {
- fprintf(stderr, "Could not read central directory from %s. (Is it a zipfile?)\n", zipname);
-+ fclose(ozip);
-+ ozip = NULL;
- update = 0;
- }
- }