diff options
author | Werner Koch <wk@gnupg.org> | 2015-06-30 11:01:16 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-06-30 11:01:16 +0200 |
commit | 010e4281c3e15e2f86589dd1da419531ead519ef (patch) | |
tree | 3380d8c3bd731513956203309bff3077d7d8eca6 | |
parent | agent: Improve a comment. (diff) | |
download | gnupg2-010e4281c3e15e2f86589dd1da419531ead519ef.tar.xz gnupg2-010e4281c3e15e2f86589dd1da419531ead519ef.zip |
gpg: Make show-sig-subpackets work again.
* g10/gpg.c (parse_list_options): Fix offset for subpackets.
--
Regression-due-to: 7d0492075ea638607309b3ea6a792b0e95ea7d98
GnuPG-bug-id: 2008
Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1876,7 +1876,7 @@ parse_list_options(char *str) compile everywhere, so fill in the show-sig-subpackets argument here. Note that if the parse_options array changes, we'll have to change the subscript here. */ - lopts[12].value=&subpackets; + lopts[13].value=&subpackets; if(parse_options(str,&opt.list_options,lopts,1)) { |