]> git.pld-linux.org Git - packages/bakefile.git/blobdiff - format-security.patch
- new URLs, updated to 0.2.10 (latest release from legacy 0.2.x line)
[packages/bakefile.git] / format-security.patch
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index 9060d77..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- bakefile-0.2.9/src/bkl_c_wrap.c~   2011-02-02 16:21:57.000000000 +0100
-+++ bakefile-0.2.9/src/bkl_c_wrap.c    2012-12-12 12:30:12.717316507 +0100
-@@ -850,7 +850,7 @@
-     Py_DECREF(old_str);
-     Py_DECREF(value);
-   } else {
--    PyErr_Format(PyExc_RuntimeError, mesg);
-+    PyErr_Format(PyExc_RuntimeError, "%s", mesg);
-   }
- }
This page took 0.088664 seconds and 4 git commands to generate.