ports/mail/emil/files/patch-out.c
2016-05-11 22:15:44 +00:00

11 lines
321 B
C

--- out.c.orig 1996-06-04 13:37:00 UTC
+++ out.c
@@ -143,7 +143,7 @@ void print_body(struct data *d, struct m
#endif
}
d->offset = d->bodystart;
- while ((len = getline(d)) != 0)
+ while ((len = get_line(d)) != 0)
{
line->end = 0;
append_data(line, (d->contents + d->offset), len, MED_BUF);