commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-2.2-202-g1a8279a


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-202-g1a8279a
Date: Thu, 18 Nov 2010 08:48:08 +0000

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=1a8279af0d705aa7121805613fcba9963fb1b4ec

The branch, master has been updated
       via  1a8279af0d705aa7121805613fcba9963fb1b4ec (commit)
      from  820568fbf17c86fd4e68fff5e056c1c6deb1a319 (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 1a8279af0d705aa7121805613fcba9963fb1b4ec
Author: Sergey Poznyakoff <address@hidden>
Date:   Thu Nov 18 10:47:42 2010 +0200

    Minor fix.
    
    * mh/prompter.c (main): Append terminating \0 to the opool.

-----------------------------------------------------------------------

Summary of changes:
 mh/prompter.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/mh/prompter.c b/mh/prompter.c
index 1131c4e..7de7a43 100644
--- a/mh/prompter.c
+++ b/mh/prompter.c
@@ -248,6 +248,7 @@ main (int argc, char **argv)
            }
          while (cont);
 
+         mu_opool_append_char (opool, 0);
          newval = mu_opool_finish (opool, NULL);
          if (!is_empty_string (newval))
            mu_stream_printf (tmp, "%s: %s\n", name, newval);


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]