Sun, 19 Jul 2009 22:40:10 +0000
567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
--- a/libpurple/util.c Sun Jul 19 22:39:41 2009 +0000 +++ b/libpurple/util.c Sun Jul 19 22:40:10 2009 +0000 @@ -1479,7 +1479,7 @@ } \ c = strchr(c, '>') + 1; \ continue; \ - } \ + } #define ALLOW_TAG(x) ALLOW_TAG_ALT(x, x) void purple_markup_html_to_xhtml(const char *html, char **xhtml_out,