summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-21 20:53:18 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-21 20:53:18 +0000
commitb23c1064bcf85bd31871c7931ce18f36cc43be4c (patch)
tree38241731c313942e45e765315fcc9f4a925c559d /ChangeLog
parent0518fc417dff617989945c25d0ac3fb45e53fe07 (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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9404970dd..88effe9c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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