blob: 5d4ac5e6d4a487d892d7940116fe7c029c4e7bb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- rfc822parse.c.orig 1996-06-04 13:37:01 UTC
+++ rfc822parse.c
@@ -86,7 +86,7 @@ parse_rfc822_message(struct message *m)
/* Loop through rest of the message */
- while ((linelen = getline(inbuf)) != 0)
+ while ((linelen = get_line(inbuf)) != 0)
{
if (inbuf->bodyend <= inbuf->offset &&
inbuf->lineend <= inbuf->loffset)
|