]> diplodocus.org Git - mdfrm/commitdiff
(scan_message): Don't set first elements of fromheader and subjheader to
authorepg <>
Sun, 8 Sep 2002 03:51:08 +0000 (03:51 +0000)
committerepg <>
Sun, 8 Sep 2002 03:51:08 +0000 (03:51 +0000)
'\0'; that was pointless.  Don't assign to line[--len], only decrement
len; line is a private buffer beloging to fgetln and we should not be
scribbling in it; this was also pointless anyway.  Set
fromheader[fromcount] to '\0' after copying the characters from line
into it; do the same for subjheader.


No differences found