mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
Fixed stupid typo.
This commit is contained in:
parent
2e0ce7d97f
commit
86491ca816
@ -1,3 +1,7 @@
|
||||
2009-06-25 Werner Koch <wk@g10code.com>
|
||||
|
||||
* estream.c (es_write_sanitized_utf8_buffer): Typo fix.
|
||||
|
||||
2009-06-24 Werner Koch <wk@g10code.com>
|
||||
|
||||
* estream.c (es_read_line): In the malloc error case, set
|
||||
|
@ -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…
x
Reference in New Issue
Block a user