This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=df44a47997cfe1c0f9e33333f446fac0987be413 The branch, master has been updated via df44a47997cfe1c0f9e33333f446fac0987be413 (commit) from 7227fdff1b9f1337c3865d3bbb4d9e9069a667fd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit df44a47997cfe1c0f9e33333f446fac0987be413 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Thu Jul 2 11:23:22 2015 +0300 Minor fix * mh/prompter.c (main): Use mu_stream_printf instead of printf ----------------------------------------------------------------------- Summary of changes: mh/prompter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mh/prompter.c b/mh/prompter.c index a21ba0b..67e1c97 100644 --- a/mh/prompter.c +++ b/mh/prompter.c @@ -287,7 +287,7 @@ main (int argc, char **argv) if (!prepend_option && !rapid_option) { - printf ("\n--------%s\n\n", _("Enter additional text")); + mu_stream_printf (strout, "\n--------%s\n\n", _("Enter additional text")); while ((newval = prompter_get_line ())) { mu_stream_write (tmp, newval, strlen (newval), NULL); hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils