]> git.pld-linux.org Git - packages/gnustep-back.git/blobdiff - gnustep-back-format.patch
- updated to 0.24.0
[packages/gnustep-back.git] / gnustep-back-format.patch
diff --git a/gnustep-back-format.patch b/gnustep-back-format.patch
new file mode 100644 (file)
index 0000000..85bcc4a
--- /dev/null
@@ -0,0 +1,11 @@
+--- gnustep-back-0.24.0/Tools/gpbs.m.orig      2012-02-14 19:29:51.000000000 +0100
++++ gnustep-back-0.24.0/Tools/gpbs.m   2014-07-26 11:13:23.450533150 +0200
+@@ -64,7 +64,7 @@
+ {
+   if (is_daemon)
+     {
+-      syslog (log_priority | prio, ebuf);
++      syslog (log_priority | prio, "%s", ebuf);
+     }
+   else if (prio == LOG_INFO)
+     {
This page took 0.16141 seconds and 4 git commands to generate.