1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* import.c (import_keys_stream): Fix compiler type warning.

* keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2),
import.c (import, chk_self_sigs): Minor language cleanups.
This commit is contained in:
David Shaw 2002-09-24 21:20:48 +00:00
parent c5faf2270a
commit 7ad7f453c0
4 changed files with 19 additions and 11 deletions

View file

@ -1374,7 +1374,7 @@ keyring_rebuild_cache (void *token)
goto leave;
if ( !(++count % 50) && !opt.quiet)
log_info(_("%lu keys so far checked (%lu signatures)\n"),
log_info(_("%lu keys checked so far (%lu signatures)\n"),
count, sigcount );
} /* end main loop */