aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-11-27 06:55:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-11-27 06:55:38 +0000
commitc858db9672071024123fbe391efbd6fef0a3a199 (patch)
treeff84ee00472439c343367d94e560017e30754cf1
parent40c068176de0e66586cfbc580c633422788da7ee (diff)
Notes
-rw-r--r--usr.bin/mail/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c
index 4550f2b0a708..c80b46b11410 100644
--- a/usr.bin/mail/lex.c
+++ b/usr.bin/mail/lex.c
@@ -188,7 +188,7 @@ commands()
*/
if (!sourcing && value("interactive") != NOSTR) {
reset_on_stop = 1;
- printf(prompt);
+ printf("%s", prompt);
}
fflush(stdout);
sreset();