[git] GPGME - branch, master, updated. gpgme-1.8.0-11-gecb0e32

by Werner Koch cvs at cvs.gnupg.org
Wed Dec 7 23:28:29 CET 2016


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 "GnuPG Made Easy".

The branch, master has been updated
       via  ecb0e3280a7db0e8f6ef395cf64f36a36b15be37 (commit)
      from  7880335273382f05cbbe38aa965a566c4127ba6a (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 ecb0e3280a7db0e8f6ef395cf64f36a36b15be37
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Dec 7 23:25:50 2016 +0100

    doc: Let's suggest GNU guidelines for bit checking.
    
    --
    
    While educating students we can also get them to use useful habits, in
    particular to parenthese bit tests.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index ee82b27..511384f 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -4952,7 +4952,7 @@ signature is valid without any restrictions. This means that
 you can check for GPGME_SIGSUM_VALID like this:
 
 @example
-if (sig.summary & GPGME_SIGSUM_VALID)
+if ((sig.summary & GPGME_SIGSUM_VALID))
 @{
    ..do stuff if valid..
 @}

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

Summary of changes:
 doc/gpgme.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list