mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
11 lines
321 B
C
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);
|