aboutsummaryrefslogtreecommitdiff
path: root/games/daimonin/files/patch-src-uncompr.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/daimonin/files/patch-src-uncompr.c')
-rw-r--r--games/daimonin/files/patch-src-uncompr.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/daimonin/files/patch-src-uncompr.c b/games/daimonin/files/patch-src-uncompr.c
deleted file mode 100644
index c1a124362981..000000000000
--- a/games/daimonin/files/patch-src-uncompr.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../src/uncompr.c.orig Sun Nov 30 22:59:30 2003
-+++ ../../src/uncompr.c Wed Feb 16 22:11:32 2005
-@@ -39,7 +39,7 @@
-
- stream.next_out = dest;
- stream.avail_out = (uInt)*destLen;
-- if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
-+ if ((uLong)stream.avail_out != (uInt)*destLen) return Z_BUF_ERROR;
-
- stream.zalloc = (alloc_func)0;
- stream.zfree = (free_func)0;