X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23cc10281b91bba7d815e5a1506859e6a8bd8201..d8eddf20636459cfb1558daa7382cd3feb87b78b:/mts/smtp/smtp.c diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index f1b4917c..fdc56b06 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -873,7 +873,7 @@ again: ; continue; if (sm_reply.code < 100) { if (sm_verbose) { - printf ("%s\n", sm_reply.text); + puts(sm_reply.text); fflush (stdout); } goto again;