mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Remove warning - no need to check for control/illegal characters, as
utf8_to_native does this for us
This commit is contained in:
parent
0335a5f458
commit
a47537fe6f
2 changed files with 5 additions and 1 deletions
|
@ -216,7 +216,8 @@ print_keyinfo(int count,char *keystring,u32 *keyid)
|
|||
|
||||
printf("(%d)\t",count);
|
||||
|
||||
#warning Hmmm, do we need to check for non-printable characters? (wk)
|
||||
/* No need to check for control characters, as utf8_to_native does
|
||||
this for us. */
|
||||
printunquoted(userid,':');
|
||||
|
||||
if(flags&1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue