diff options
author | David Shaw <[email protected]> | 2004-09-22 03:16:41 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-09-22 03:16:41 +0000 |
commit | d937ace2f83ed4def3a5c1dee8daba0f371f0072 (patch) | |
tree | 6432f70cb12b73f5c39f94ac663dd842bdbc4d9d /g10/mainproc.c | |
parent | * keyedit.c (keyedit_menu): Don't show "addcardkey" in the menu if we do (diff) | |
download | gnupg-d937ace2f83ed4def3a5c1dee8daba0f371f0072.tar.gz gnupg-d937ace2f83ed4def3a5c1dee8daba0f371f0072.zip |
* mainproc.c (check_sig_and_print), keyedit.c (show_prefs,
menu_set_keyserver_url): Make sure that keyserver URLs with control
characters inside are printed properly. In fact, handle them as UTF8.
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 5258d57ca..f373de788 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -1368,7 +1368,7 @@ check_sig_and_print( CTX c, KBNODE node ) page, but "from" if it is located on a keyserver. I'm not going to even try to make two strings here :) */ log_info(_("Key available at: ") ); - print_string( log_stream(), p, n, 0 ); + print_utf8_string( log_stream(), p, n ); putc( '\n', log_stream() ); if(opt.keyserver_options.options&KEYSERVER_AUTO_KEY_RETRIEVE |