From: Jim Meyering Date: Sun, 4 Jul 1999 10:09:44 +0000 (+0000) Subject: (writeline): Lines now contain trailing newline. X-Git-Tag: TEXTUTILS-1_22n~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3423927cfa06d288f500e166a2f70efa32a3a69e;p=thirdparty%2Fcoreutils.git (writeline): Lines now contain trailing newline. --- diff --git a/src/comm.c b/src/comm.c index 9aab98b02a..f41b4592a3 100644 --- a/src/comm.c +++ b/src/comm.c @@ -118,7 +118,6 @@ writeline (struct linebuffer *line, FILE *stream, int class) } fwrite (line->buffer, sizeof (char), line->length, stream); - putc ('\n', stream); } /* Compare INFILES[0] and INFILES[1].