From c858db9672071024123fbe391efbd6fef0a3a199 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 27 Nov 2000 06:55:38 +0000 Subject: [PATCH] *** empty log message *** --- usr.bin/mail/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 4550f2b0a70..c80b46b1141 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();