mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
games/gzdoom: Add missing patch.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eab6ddbb15
commit
4cd83fb346
2 changed files with 12 additions and 0 deletions
11
games/gzdoom/fix_zipdir.diff
Normal file
11
games/gzdoom/fix_zipdir.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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;
|
||||
}
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20201115 bkw: Add missing fix_zipdir.diff. Dammit.
|
||||
# 20201107 bkw: Updated for 4.5.0.
|
||||
# 20201027 bkw:
|
||||
# - Updated for 4.4.2.
|
||||
|
|
Loading…
Reference in a new issue