summaryrefslogtreecommitdiff
path: root/games-misc/yadex/files/yadex_170_O2.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-misc/yadex/files/yadex_170_O2.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-misc/yadex/files/yadex_170_O2.patch')
-rw-r--r--games-misc/yadex/files/yadex_170_O2.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/games-misc/yadex/files/yadex_170_O2.patch b/games-misc/yadex/files/yadex_170_O2.patch
deleted file mode 100644
index 5ef90ca94253..000000000000
--- a/games-misc/yadex/files/yadex_170_O2.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -dupr yadex-1.7.901-patched/src/pic2img.cc yadex-1.7.901/src/pic2img.cc
---- yadex-1.7.901-patched/src/pic2img.cc 2006-11-06 17:35:03.000000000 +0100
-+++ yadex-1.7.901/src/pic2img.cc 2015-11-24 09:54:25.578048649 +0100
-@@ -92,9 +92,9 @@ uint8_t *buf; /* This variable is s
- should be pasted. It can be off the image buffer! */
-
- // Locate the lump where the picture is
-+ MasterDirectory dirbuf;
- if (picloc.wad != 0)
- {
-- MasterDirectory dirbuf;
- dirbuf.wadfile = picloc.wad;
- dirbuf.dir.start = picloc.ofs;
- dirbuf.dir.size = picloc.len;