]> git.pld-linux.org Git - packages/gnustep-back.git/blame - gnustep-back-format.patch
- freetype epoch
[packages/gnustep-back.git] / gnustep-back-format.patch
CommitLineData
c31555af
JB
1--- gnustep-back-0.24.0/Tools/gpbs.m.orig 2012-02-14 19:29:51.000000000 +0100
2+++ gnustep-back-0.24.0/Tools/gpbs.m 2014-07-26 11:13:23.450533150 +0200
3@@ -64,7 +64,7 @@
4 {
5 if (is_daemon)
6 {
7- syslog (log_priority | prio, ebuf);
8+ syslog (log_priority | prio, "%s", ebuf);
9 }
10 else if (prio == LOG_INFO)
11 {
This page took 0.085897 seconds and 4 git commands to generate.