comparison libpurple/util.c @ 18689:c4d1a940aa83

Having the option of test compiling during merge conflict resolving would be a great feature...
author Andreas Monitzer <pidgin@monitzer.com>
date Thu, 12 Jul 2007 02:56:00 +0000
parents 42d9a1b56d08
children fdd07827ecb1
comparison
equal deleted inserted replaced
18688:42d9a1b56d08 18689:c4d1a940aa83
1730 if(xhtml) { 1730 if(xhtml) {
1731 for (tag = tags; tag ; tag = tag->next) { 1731 for (tag = tags; tag ; tag = tag->next) {
1732 struct purple_parse_tag *pt = tag->data; 1732 struct purple_parse_tag *pt = tag->data;
1733 if(!pt->ignore) 1733 if(!pt->ignore)
1734 g_string_append_printf(xhtml, "</%s>", pt->dest_tag); 1734 g_string_append_printf(xhtml, "</%s>", pt->dest_tag);
1735 }
1735 } 1736 }
1736 g_list_free(tags); 1737 g_list_free(tags);
1737 if(xhtml_out) 1738 if(xhtml_out)
1738 *xhtml_out = g_strdup(xhtml->str); 1739 *xhtml_out = g_strdup(xhtml->str);
1739 if(plain_out) 1740 if(plain_out)