summaryrefslogtreecommitdiff
path: root/games-action/heroes/files/0.21-cvs-segfault-fix.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /games-action/heroes/files/0.21-cvs-segfault-fix.patch
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'games-action/heroes/files/0.21-cvs-segfault-fix.patch')
-rw-r--r--games-action/heroes/files/0.21-cvs-segfault-fix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/games-action/heroes/files/0.21-cvs-segfault-fix.patch b/games-action/heroes/files/0.21-cvs-segfault-fix.patch
deleted file mode 100644
index 689fdeea8a6c..000000000000
--- a/games-action/heroes/files/0.21-cvs-segfault-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-===================================================================
-RCS file: /cvsroot/heroes/heroes/src/menus.c,v
-retrieving revision 1.108.2.1
-retrieving revision 1.108.2.2
-diff -u -r1.108.2.1 -r1.108.2.2
---- a/src/menus.c 2002/06/16 19:16:09 1.108.2.1
-+++ b/src/menus.c 2002/08/22 11:45:51 1.108.2.2
-@@ -219,7 +219,8 @@
- { N_("NEW LEVEL"), editor_menu },
- /* TRANS: Load an existing level for edition. */
- { N_("LOAD LEVEL"), editor_selector },
-- { N_("GO BACK"), 0 }
-+ { N_("GO BACK"), 0 },
-+ { 0, 0 }
- };
-
- a_menu *editor_menu_data;