summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/adonthell/files/adonthell-0.3.5-format.patch')
-rw-r--r--games-rpg/adonthell/files/adonthell-0.3.5-format.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-rpg/adonthell/files/adonthell-0.3.5-format.patch b/games-rpg/adonthell/files/adonthell-0.3.5-format.patch
deleted file mode 100644
index fa85d7858109..000000000000
--- a/games-rpg/adonthell/files/adonthell-0.3.5-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/py_adonthell_wrap.cc 2014-10-20 14:21:57.495642785 +0200
-+++ b/src/py_adonthell_wrap.cc 2014-10-20 14:22:35.019293237 +0200
-@@ -867,7 +867,7 @@
- Py_DECREF(old_str);
- Py_DECREF(value);
- } else {
-- PyErr_Format(PyExc_RuntimeError, mesg);
-+ PyErr_Format(PyExc_RuntimeError, "%s", mesg);
- }
- }
-