]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- flush iconv conversion (http://bugzilla.ximian.com/show_bug.cgi?id=33545)
authorgrzegol <grzegol@pld-linux.org>
Thu, 20 Nov 2003 15:11:24 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-iconv_flush.patch -> 1.1

evolution-iconv_flush.patch [new file with mode: 0644]

diff --git a/evolution-iconv_flush.patch b/evolution-iconv_flush.patch
new file mode 100644 (file)
index 0000000..4c99b74
--- /dev/null
@@ -0,0 +1,23 @@
+2003-09-23  Jeffrey Stedfast  <fejj@ximian.com>
+
+       * camel-mime-utils.c (append_8bit): Don't forget to flush the
+       iconv conversion.
+
+Index: camel-mime-utils.c
+===================================================================
+RCS file: /cvs/gnome/evolution/camel/camel-mime-utils.c,v
+retrieving revision 1.183.4.3
+diff -u -r1.183.4.3 camel-mime-utils.c
+--- camel/camel-mime-utils.c   29 Jul 2003 13:53:29 -0000      1.183.4.3
++++ camel/camel-mime-utils.c   23 Sep 2003 18:37:57 -0000
+@@ -1132,7 +1132,9 @@
+               e_iconv_close (ic);
+               return FALSE;
+       }
+-
++      
++      e_iconv (ic, NULL, NULL, &outbuf, &outlen);
++      
+       *outbuf = 0;
+       g_string_append(out, outbase);
+       g_free(outbase);
This page took 0.03645 seconds and 4 git commands to generate.