File 0160-2158198-syslog.patch of Package sblim-sfcb
Index: mlog.c =================================================================== RCS file: /cvsroot/sblim/sfcb/mlog.c,v retrieving revision 1.4 diff -u -p -r1.4 mlog.c --- mlog.c 20 Nov 2005 17:43:54 -0000 1.4 +++ mlog.c 10 Oct 2008 21:29:31 -0000 @@ -53,7 +53,7 @@ void mlogf(int priority, int errout, con va_start(ap,fmt); vsnprintf(buf,4096,fmt,ap); - syslog(priosysl,buf); + syslog(priosysl,"%s",buf); if (errout) { va_start(apc,fmt);