summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mail/lex.c')
-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 4550f2b..c80b46b 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();
OpenPOWER on IntegriCloud