diff options
Diffstat (limited to 'mailutils/sendmail.c')
-rw-r--r-- | mailutils/sendmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index 9455b4e7a..4355e4dc5 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c | |||
@@ -375,7 +375,7 @@ int sendmail_main(int argc UNUSED_PARAM, char **argv) | |||
375 | // N.B. we need to escape the leading dot regardless of | 375 | // N.B. we need to escape the leading dot regardless of |
376 | // whether it is single or not character on the line | 376 | // whether it is single or not character on the line |
377 | if ('.' == s[0] /*&& '\0' == s[1] */) | 377 | if ('.' == s[0] /*&& '\0' == s[1] */) |
378 | printf("."); | 378 | bb_putchar('.'); |
379 | // dump read line | 379 | // dump read line |
380 | send_r_n(s); | 380 | send_r_n(s); |
381 | free(s); | 381 | free(s); |