1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

gpg: Put extra parens around bit tests.

* g10/options.h (DBG_MPI): New.
* g10/gpg.c (set_debug): Use macro or extra parens for binary operator.
* g10/parse-packet.c (set_packet_list_mode): Use dbg macro.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-10-07 07:54:38 +02:00
parent fc0b392e76
commit 5d43d28aa3
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
4 changed files with 10 additions and 7 deletions

View file

@ -220,7 +220,7 @@ set_packet_list_mode (int mode)
else
listfp = es_stderr;
if (opt.debug & DBG_MPI_VALUE)
if (DBG_MPI)
mpi_print_mode = 1;
}
return old;