# HG changeset patch # User Nathan Walp # Date 1070696234 0 # Node ID d9a7774b5b3c02a41e4a6cee2e1210e2c83ad225 # Parent 85abf91f2387f0e248dd72620f918d4e40b1e82b [gaim-migrate @ 8418] JEP-0071 got updated to be more in line with XHTML modules or something, so now we need this. wee! committer: Tailor Script diff -r 85abf91f2387 -r d9a7774b5b3c src/protocols/jabber/message.c --- a/src/protocols/jabber/message.c Fri Dec 05 21:42:00 2003 +0000 +++ b/src/protocols/jabber/message.c Sat Dec 06 07:37:14 2003 +0000 @@ -452,7 +452,7 @@ jm->events = JABBER_MESSAGE_EVENT_COMPOSING; jm->to = g_strdup(who); - buf = g_strdup_printf("%s", msg); + buf = g_strdup_printf("%s", msg); gaim_markup_html_to_xhtml(buf, &xhtml, &jm->body); g_free(buf); @@ -484,7 +484,7 @@ jm->type = JABBER_MESSAGE_GROUPCHAT; jm->to = g_strdup_printf("%s@%s", chat->room, chat->server); - buf = g_strdup_printf("%s", msg); + buf = g_strdup_printf("%s", msg); gaim_markup_html_to_xhtml(buf, &xhtml, &jm->body); g_free(buf);