# HG changeset patch # User Mark Doliner # Date 1057444501 0 # Node ID 4543f56f6fc305745e55cf80e5932269b97f57ca # Parent 547ba881bc7ef8db9831b45935460598290bbed9 [gaim-migrate @ 6487] Fix setting away messages for AIM. Sean left off one _slightly_ important line. committer: Tailor Script diff -r 547ba881bc7e -r 4543f56f6fc3 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sat Jul 05 22:24:57 2003 +0000 +++ b/src/protocols/oscar/oscar.c Sat Jul 05 22:35:01 2003 +0000 @@ -4488,6 +4488,7 @@ return; } + text_html = strdup_withhtml(text); flags = oscar_encoding_check(text_html); if (flags & AIM_IMFLAGS_UNICODE) { msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL);