Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > f60802ee62960123ec42b6c7068ca102 > files > 8

clearsilver-0.10.5-31.mga9.src.rpm

Index: python/neo_cgi.c
===================================================================
--- python/neo_cgi.c
+++ python/neo_cgi.c	2009-01-08 13:34:42.000000000 +0100
@@ -178,7 +178,7 @@
   if (!PyArg_ParseTuple(args, "s:error(str)", &s))
     return NULL;
 
-  cgi_error (cgi, s);
+  cgi_error (cgi, s, "%s");
   rv = Py_None;
   Py_INCREF(rv);
   return rv;