]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(writeline): Lines now contain trailing newline.
authorJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:09:44 +0000 (10:09 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:09:44 +0000 (10:09 +0000)
src/comm.c

index 9aab98b02a4c5a46253d6425432ec5dc32aca028..f41b4592a31cc8162440c2819ca78a26ca07250a 100644 (file)
@@ -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].