aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-10-28 01:58:01 +0000
committerDavid Shaw <[email protected]>2004-10-28 01:58:01 +0000
commit1976afce932ada111d2ebcb39747fdd18d091465 (patch)
tree7e4937b4cc698987d749c03c93973ec7ed42f982 /g10/pkclist.c
parent* dynload.h: Always use it for _WIN32. (diff)
downloadgnupg-1976afce932ada111d2ebcb39747fdd18d091465.tar.gz
gnupg-1976afce932ada111d2ebcb39747fdd18d091465.zip
* delkey.c, export.c, keyedit.c, pkclist.c, revoke.c, skclist.c: Fix a few
missed possible \"username\" quotes.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index 36947e0f6..da0763903 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -900,7 +900,7 @@ build_pk_list( STRLIST rcpts, PK_LIST *ret_pk_list, unsigned use )
/* The default recipient may be disabled */
rc = get_pubkey_byname( pk, def_rec, NULL, NULL, 1 );
if( rc )
- log_error(_("unknown default recipient `%s'\n"), def_rec );
+ log_error(_("unknown default recipient \"%s\"\n"), def_rec );
else if( !(rc=check_pubkey_algo2(pk->pubkey_algo, use)) ) {
/* Mark any_recipients here since the default recipient
would have been used if it wasn't already there. It