freebsd-ports/databases/gnats/files/patch-gnats::misc.c
2004-11-14 18:06:57 +00:00

11 lines
290 B
C

--- gnats/misc.c.orig Sun Nov 14 17:59:15 2004
+++ gnats/misc.c Sun Nov 14 17:56:58 2004
@@ -79,7 +79,7 @@
{
#ifdef HAVE_SYSLOG_H
if (log_method == SYSLOG)
- syslog (severity, buf);
+ syslog (severity, "%s", buf);
else
#endif
if (gnats_logfile != (FILE *) NULL)