diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-21 20:53:18 +0000 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-21 20:53:18 +0000 |
commit | b23c1064bcf85bd31871c7931ce18f36cc43be4c (patch) | |
tree | 38241731c313942e45e765315fcc9f4a925c559d /ChangeLog | |
parent | 0518fc417dff617989945c25d0ac3fb45e53fe07 (diff) |
If g_convert fails, set bytes_written to 0 and close the iconv descriptor
2002-01-21 Jeffrey Stedfast <fejj@ximian.com>
* glib/gconvert.c (g_convert_with_fallback): If g_convert fails,
set bytes_written to 0 and close the iconv descriptor that was
opened a few lines above. On a successful return, calculate
bytes_written to be outp - dest instead of outp - str.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-01-21 Jeffrey Stedfast <fejj@ximian.com> + + * glib/gconvert.c (g_convert_with_fallback): If g_convert fails, + set bytes_written to 0 and close the iconv descriptor that was + opened a few lines above. On a successful return, calculate + bytes_written to be outp - dest instead of outp - str. + 2002-01-16 Sven Neumann <sven@gimp.org> * acinclude.m4 |