Mercurial > pidgin.yaz
changeset 12821:aacda65b3449
[gaim-migrate @ 15169]
whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Wed, 11 Jan 2006 05:34:45 +0000 |
parents | cb3cbd69284d |
children | cecc9706c11f |
files | src/protocols/sametime/sametime.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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