[git] GnuPG - branch, master, updated. gnupg-2.1.21-4-gae95a7f

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed May 17 03:16:17 CEST 2017


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  ae95a7f5335e605fcd71fbe4a18ed384c88d590a (commit)
      from  a8dd96826f8484c0ae93c954035b95c2a75c80f2 (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 ae95a7f5335e605fcd71fbe4a18ed384c88d590a
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed May 17 10:14:43 2017 +0900

    g10: Fix gpgcompose.c.
    
    * g10/gpgcompose.c (show_help): Check return value.
    
    --
    
    Fixes-commit: 00b7767bc6fe309aa20375c859ebf708cfc7b9ea
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/g10/gpgcompose.c b/g10/gpgcompose.c
index 4a2cb81..e541cfe 100644
--- a/g10/gpgcompose.c
+++ b/g10/gpgcompose.c
@@ -306,7 +306,7 @@ show_help (struct option options[])
       if (! option)
         space = 72;
       formatted = format_text (tmp, space, space + 4);
-      if (!format_text)
+      if (!formatted)
         abort ();
 
       if (tmp != help)

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

Summary of changes:
 g10/gpgcompose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list