[gaim-migrate @ 15169]

Wed, 11 Jan 2006 05:34:45 +0000

author
Christopher O'Brien <siege@pidgin.im>
date
Wed, 11 Jan 2006 05:34:45 +0000
changeset 12821
da2bbbea680c
parent 12820
1c22ea5799a2
child 12822
ab206650a4f1

[gaim-migrate @ 15169]
whoops.

src/protocols/sametime/sametime.c file | annotate | diff | comparison | revisions
--- a/src/protocols/sametime/sametime.c	Wed Jan 11 05:01:45 2006 +0000
+++ b/src/protocols/sametime/sametime.c	Wed Jan 11 05:34:45 2006 +0000
@@ -3893,7 +3893,7 @@
   tmp = gaim_utf8_ncr_encode(str->str);
   gaim_mime_part_set_field(part, "Content-Type", "text/html");
   gaim_mime_part_set_field(part, "Content-Transfer-Encoding", "7bit");
-  gaim_mime_part_set_data(part, str->str);
+  gaim_mime_part_set_data(part, tmp);
   g_free(tmp);
 #endif
 

mercurial