diff options
author | Werner Koch <[email protected]> | 1999-01-07 17:05:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-01-07 17:05:48 +0000 |
commit | 7d0efec7cf5ae110c99511abc32587ff0c45b14f (patch) | |
tree | c25f43c0b175ca31c84da4e9a256b259ea070fc7 /g10/pkclist.c | |
parent | See ChangeLog: Sun Jan 3 15:28:44 CET 1999 Werner Koch (diff) | |
download | gnupg-7d0efec7cf5ae110c99511abc32587ff0c45b14f.tar.gz gnupg-7d0efec7cf5ae110c99511abc32587ff0c45b14f.zip |
See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 6c08a6a45..f579fc37f 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -264,7 +264,7 @@ _("Could not find a valid trust path to the key. Let's see whether we\n" else if( !changed ) tty_printf(_("No trust values changed.\n\n") ); - return any? 0:-1; + return changed? 0:-1; } /**************** |