INN commit: trunk/innd (art.c)
INN Commit
rra at isc.org
Sat Jul 17 08:59:44 UTC 2010
Date: Saturday, July 17, 2010 @ 01:59:44
Author: iulius
Revision: 9085
Confusion between CR and LF when innd parses a body and
counts missing LFs.
Thanks to Florian Schlichting for having noticed it.
Modified:
trunk/innd/art.c
-------+
art.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: art.c
===================================================================
--- art.c 2010-07-17 08:28:37 UTC (rev 9084)
+++ art.c 2010-07-17 08:59:44 UTC (rev 9085)
@@ -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