12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
--- util-linux-2.12q/login-utils/wall.c
|
|
+++ util-linux-2.12q/login-utils/wall.c
|
|
@@ -217,8 +217,6 @@
|
|
if (cnt == 79 || ch == '\n') {
|
|
for (; cnt < 79; ++cnt)
|
|
putc(' ', fp);
|
|
- putc('\r', fp);
|
|
- putc('\n', fp);
|
|
cnt = 0;
|
|
}
|
|
carefulputc(ch, fp);
|