mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch
This commit is contained in:
parent
d1b6e0ce0d
commit
14a2e006bc
19 changed files with 1042 additions and 159 deletions
|
@ -196,6 +196,7 @@ static int
|
|||
do_user_id( IOBUF out, int ctb, PKT_user_id *uid )
|
||||
{
|
||||
write_header(out, ctb, uid->len);
|
||||
uid->stored_at = iobuf_tell( out ); /* what a hack */
|
||||
if( iobuf_write( out, uid->name, uid->len ) )
|
||||
return GPGERR_WRITE_FILE;
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue