diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-27 06:55:38 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-27 06:55:38 +0000 |
| commit | c858db9672071024123fbe391efbd6fef0a3a199 (patch) | |
| tree | ff84ee00472439c343367d94e560017e30754cf1 | |
| parent | 40c068176de0e66586cfbc580c633422788da7ee (diff) | |
Notes
| -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 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(); |
