libs/xmlrpc-c: update to 1.59.02
[feed/packages.git] / libs / xmlrpc-c / patches / 001-fix-format-parameter.patch
diff --git a/libs/xmlrpc-c/patches/001-fix-format-parameter.patch b/libs/xmlrpc-c/patches/001-fix-format-parameter.patch
deleted file mode 100644 (file)
index 2986a96..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/xmlrpc_server_abyss.c
-+++ b/src/xmlrpc_server_abyss.c
-@@ -780,7 +780,7 @@ createServer(xmlrpc_env *
-         ServerInit2(abyssServerP, &error);
-         if (error) {
--            xmlrpc_faultf(envP, error);
-+            xmlrpc_faultf(envP, "%s", error);
-             xmlrpc_strfree(error);
-         }
-     }