From 36a5e54e54d171f4caf07b004ea646045c52c9e0 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 19 Mar 2004 23:15:27 +0000 Subject: * trustdb.c (update_min_ownertrust, validate_keys): Do not use keystr functions in log_debug. * import.c (import_one): Try and collapse user IDs when importing a key for the first time. * keyedit.c (menu_addrevoker): Allow appointing a subkey as a designated revoker if the user forces it via keyid!, so long as the subkey can certify. Also use the proper date string when prompting for confirmation. * g10.c (main): Maintain ordering of multiple Comment lines. Requested by Peter Hyman. --- g10/g10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/g10.c') diff --git a/g10/g10.c b/g10/g10.c index 3e5dd2950..4e1c36bbf 100644 --- a/g10/g10.c +++ b/g10/g10.c @@ -1929,7 +1929,7 @@ main( int argc, char **argv ) case oUseEmbeddedFilename: opt.use_embedded_filename = 1; break; case oComment: if(pargs.r.ret_str[0]) - add_to_strlist(&opt.comments,pargs.r.ret_str); + append_to_strlist(&opt.comments,pargs.r.ret_str); break; case oDefaultComment: deprecated_warning(configname,configlineno, -- cgit v1.2.3