summaryrefslogtreecommitdiffstats
path: root/term-utils/wall.c
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils/wall.c')
-rw-r--r--term-utils/wall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/wall.c b/term-utils/wall.c
index 20a2891f2..1bae9d652 100644
--- a/term-utils/wall.c
+++ b/term-utils/wall.c
@@ -284,7 +284,7 @@ static char *makemsg(char *fname, char **mvec, int mvecsz,
if (ch == '\t')
cnt += (7 - (cnt % 8));
if (ch != '\n')
- carefulputc(ch, fp, '^');
+ fputc_careful(ch, fp, '^');
}
}
}