pidgin: 5a9bc248: 567c0647 introduced an extra backslash a...

khc at pidgin.im khc at pidgin.im
Sun Jul 19 18:45:27 EDT 2009


-----------------------------------------------------------------
Revision: 5a9bc2484cf71a19b7299f25f624cadd66341e7b
Ancestor: 399875b97ee2d00ae639b0d76b3f27308c6b9ab0
Author: khc at pidgin.im
Date: 2009-07-19T22:40:10
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5a9bc2484cf71a19b7299f25f624cadd66341e7b

Modified files:
        libpurple/util.c

ChangeLog: 

567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT


-------------- next part --------------
============================================================
--- libpurple/util.c	6be57b7a1d754e29220193f907ba6449100ed933
+++ libpurple/util.c	0cb8e5131b13bdc5144212f69bf12d12d527db47
@@ -1479,7 +1479,7 @@ struct purple_parse_tag {
 						} \
 						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,


More information about the Commits mailing list