INN commit: branches/2.5/innd (art.c)
INN Commit
rra at isc.org
Thu Aug 5 19:49:01 UTC 2010
Date: Thursday, August 5, 2010 @ 12:49:00
Author: iulius
Revision: 9095
Confusion between CR and LF when innd parses a body and
counts missing LFs.
Thanks to Florian Schlichting for having noticed it.
Modified:
branches/2.5/innd/art.c
-------+
art.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: art.c
===================================================================
--- art.c 2010-08-05 19:48:31 UTC (rev 9094)
+++ art.c 2010-08-05 19:49:00 UTC (rev 9095)
@@ -934,7 +934,7 @@
if (bp->data[i + 1] == '.')
data->DotStuffedLines++;
} else {
- data->LFwithoutCR++;
+ data->CRwithoutLF++;
}
}
cp->Next = i;
More information about the inn-committers
mailing list