mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixed stupid typo.
This commit is contained in:
parent
2e0ce7d97f
commit
86491ca816
2 changed files with 5 additions and 1 deletions
|
@ -3205,7 +3205,7 @@ es_write_sanitized_utf8_buffer (estream_t stream,
|
|||
*bytes_written = strlen (buf);
|
||||
ret = es_fputs (buf, stream);
|
||||
xfree (buf);
|
||||
return rt == EOF? ret : (int)i;
|
||||
return rc == EOF? ret : (int)i;
|
||||
}
|
||||
else
|
||||
return es_write_sanitized (stream, p, length, delimiters, bytes_written);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue