fix for missing newline

Antonio Querubin tony at lava.net
Fri Mar 29 21:13:54 UTC 2002


This adds a missing newline between 'Perl filtering ...' and 'Perl filter
stats'.


-- Attached file included as plaintext by Ecartis --
-- File: cc.c.diff
-- Desc: for innd/cc.c in CURRENT snapshot

--- innd/cc.c.orig	Fri Mar 29 00:00:38 2002
+++ innd/cc.c	Fri Mar 29 11:04:42 2002
@@ -893,6 +893,7 @@
     /* Perl filter status. */
     stats = PLstats();
     if (stats != NULL) {
+        *p++ = '\n';
         p += strlen(strcpy(p, "Perl filter stats: "));
         p += strlen(strcpy(p, stats));
         free(stats);



More information about the inn-bugs mailing list