[pylibpcap] update

Fabian Affolter fab at fedoraproject.org
Mon Jun 23 10:23:08 UTC 2014


commit cf7230de53abda759871a3e0ce2e9443125f055f
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Mon Jun 23 12:23:01 2014 +0200

    update

 pylibpcap-0.6.4-error.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pylibpcap-0.6.4-error.patch b/pylibpcap-0.6.4-error.patch
index c25f8a1..56eec6f 100644
--- a/pylibpcap-0.6.4-error.patch
+++ b/pylibpcap-0.6.4-error.patch
@@ -5,7 +5,7 @@
      Py_DECREF(value);
    } else {
 -    PyErr_Format(PyExc_RuntimeError, mesg);
-+    PyErr_Format(PyExc_RuntimeError, ("%s", mesg));
++    PyErr_Format(PyExc_RuntimeError, "%s", mesg);
    }
  }
  


More information about the scm-commits mailing list