1
0
Fork 0
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:
David Shaw 2001-12-17 23:10:07 +00:00
parent 0335a5f458
commit a47537fe6f
2 changed files with 5 additions and 1 deletions

View file

@ -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)