--- a/src/protocols/oscar/oscar.c Sun May 07 18:19:02 2006 +0000 +++ b/src/protocols/oscar/oscar.c Sun May 07 18:28:32 2006 +0000 @@ -1859,7 +1859,7 @@ GString *message; gchar *tmp; aim_mpmsg_section_t *curpart; - const char *start; + const char *start, *end; GData *attribs; gaim_debug_misc("oscar", "Received IM from %s with %d parts\n", @@ -1955,7 +1955,7 @@ /* * Convert iChat color tags to normal font tags. */ - if (gaim_markup_find_tag("body", tmp, &start, NULL, &attribs)) + if (gaim_markup_find_tag("body", tmp, &start, &end, &attribs)) { const char *ichattextcolor, *ichatballooncolor;