mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Finished the bulk of changes to use estream in most places instead of
stdio.
This commit is contained in:
parent
37870234a1
commit
fb2ba98963
32 changed files with 824 additions and 711 deletions
|
@ -1376,7 +1376,8 @@ dump_key_array (int depth, struct key_array *keys)
|
|||
(node->flag & 4)? 'f':
|
||||
(node->flag & 2)? 'm':
|
||||
(node->flag & 1)? 'q':'-');
|
||||
print_string (stdout, node->pkt->pkt.user_id->name, len, ':');
|
||||
es_write_sanitized (es_stdout, node->pkt->pkt.user_id->name,
|
||||
len, ":", NULL);
|
||||
putchar (':');
|
||||
putchar ('\n');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue