mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
gpg: Make show-sig-subpackets work again.
* g10/gpg.c (parse_list_options): Fix offset for subpackets.
--
Regression-due-to: 7d0492075e
GnuPG-bug-id: 2008
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
8ae683bad3
commit
010e4281c3
@ -1876,7 +1876,7 @@ parse_list_options(char *str)
|
|||||||
compile everywhere, so fill in the show-sig-subpackets argument
|
compile everywhere, so fill in the show-sig-subpackets argument
|
||||||
here. Note that if the parse_options array changes, we'll have
|
here. Note that if the parse_options array changes, we'll have
|
||||||
to change the subscript here. */
|
to change the subscript here. */
|
||||||
lopts[12].value=&subpackets;
|
lopts[13].value=&subpackets;
|
||||||
|
|
||||||
if(parse_options(str,&opt.list_options,lopts,1))
|
if(parse_options(str,&opt.list_options,lopts,1))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user