]> git.pld-linux.org Git - packages/xmlrpc-c.git/blame - xmlrpc-c-format.patch
- added format patch (fixes build with -Werror=format-security)
[packages/xmlrpc-c.git] / xmlrpc-c-format.patch
CommitLineData
7ea33722
JB
1--- xmlrpc-c/src/xmlrpc_server_abyss.c.orig 2013-03-03 16:31:13.000000000 +0100
2+++ xmlrpc-c/src/xmlrpc_server_abyss.c 2013-03-03 19:05:39.913991242 +0100
3@@ -776,7 +776,7 @@
4 ServerInit2(abyssServerP, &error);
5
6 if (error) {
7- xmlrpc_faultf(envP, error);
8+ xmlrpc_faultf(envP, "%s", error);
9 xmlrpc_strfree(error);
10 }
11 }
This page took 0.137772 seconds and 4 git commands to generate.