mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-08 17:43:04 +01:00
Fix type conflict warning.
* g10/keylist.c: Change min_cert_level to a byte.
This commit is contained in:
parent
68777b40dc
commit
f8a8c71c41
@ -66,8 +66,8 @@ public_key_list (ctrl_t ctrl, strlist_t list, int locate_mode)
|
|||||||
{
|
{
|
||||||
if (opt.with_colons)
|
if (opt.with_colons)
|
||||||
{
|
{
|
||||||
byte trust_model, marginals, completes, cert_depth;
|
byte trust_model, marginals, completes, cert_depth, min_cert_level;
|
||||||
ulong created, nextcheck, min_cert_level;
|
ulong created, nextcheck;
|
||||||
|
|
||||||
read_trust_options (&trust_model, &created, &nextcheck,
|
read_trust_options (&trust_model, &created, &nextcheck,
|
||||||
&marginals, &completes, &cert_depth, &min_cert_level);
|
&marginals, &completes, &cert_depth, &min_cert_level);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user