summaryrefslogtreecommitdiffstats
path: root/usr.bin/wall
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/wall')
-rw-r--r--usr.bin/wall/wall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c
index 448f7a9..c853e1c 100644
--- a/usr.bin/wall/wall.c
+++ b/usr.bin/wall/wall.c
@@ -217,8 +217,9 @@ makemsg(fname)
cnt = 0;
}
}
+ } else {
+ putc(ch, fp);
}
- putc(ch, fp);
}
(void)fprintf(fp, "%79s\r\n", " ");
rewind(fp);
OpenPOWER on IntegriCloud