diff options
author | kris <kris@FreeBSD.org> | 2000-11-27 06:55:38 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-27 06:55:38 +0000 |
commit | bea660926e63817f15d4e48a934a360faaf46faf (patch) | |
tree | 55f10c6d69cf1b5082e3b99ff0da2b174e547f4a | |
parent | 94eacffcfad0ea853c5e85cb2eb142b9be31c60d (diff) | |
download | FreeBSD-src-bea660926e63817f15d4e48a934a360faaf46faf.zip FreeBSD-src-bea660926e63817f15d4e48a934a360faaf46faf.tar.gz |
*** empty log message ***
-rw-r--r-- | usr.bin/mail/lex.c | 2 |
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(); |