mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.
This commit is contained in:
parent
3bd834c95e
commit
3aa63ab224
2 changed files with 6 additions and 1 deletions
|
@ -3539,7 +3539,7 @@ main (int argc, char **argv )
|
|||
|
||||
append_to_strlist( &sl, "save" );
|
||||
username = make_username( fname );
|
||||
keyedit_menu(fname, locusr, sl, 0, 0 );
|
||||
keyedit_menu(username, locusr, sl, 0, 0 );
|
||||
xfree(username);
|
||||
free_strlist(sl);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue