mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Fri Sep 3 10:06:06 CEST 1999 Werner Koch
This commit is contained in:
parent
c7678c6462
commit
39fe1cbfde
13 changed files with 240 additions and 134 deletions
|
@ -1058,8 +1058,8 @@ check_sig_and_print( CTX c, KBNODE node )
|
|||
: _("Good signature from \""));
|
||||
else
|
||||
log_info( _(" aka \""));
|
||||
print_string( log_stream(), un->pkt->pkt.user_id->name,
|
||||
un->pkt->pkt.user_id->len, '\"' );
|
||||
print_utf8_string( log_stream(), un->pkt->pkt.user_id->name,
|
||||
un->pkt->pkt.user_id->len );
|
||||
fputs("\"\n", log_stream() );
|
||||
if( rc )
|
||||
break; /* print only one id in this case */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue