diff options
| author | Jim Meyering <jim@meyering.net> | 1999-07-04 10:09:44 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1999-07-04 10:09:44 +0000 |
| commit | 3423927cfa06d288f500e166a2f70efa32a3a69e (patch) | |
| tree | 4c38f5a0cb0fcb1e30599f0e29f757dab7b2bea2 /src | |
| parent | fac400a42837fabfe4d515bfdfb179dfdd29ecef (diff) | |
| download | coreutils-3423927cfa06d288f500e166a2f70efa32a3a69e.tar.gz coreutils-3423927cfa06d288f500e166a2f70efa32a3a69e.zip | |
(writeline): Lines now contain trailing newline.
Diffstat (limited to 'src')
| -rw-r--r-- | src/comm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c index 9aab98b02..f41b4592a 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]. |
