diff libpurple/protocols/yahoo/util.c @ 28059:1d2425f2e4ff

Woah, this was wrong. MY BAD! We should not be setting this to true just because we get an unknown html tag (or in this case an unescaped '<'). This fixes bug #10021 and I think probably another duplicate bug
author Mark Doliner <mark@kingant.net>
date Sat, 22 Aug 2009 18:24:19 +0000
parents 2a6f0c2460ae
children 43200ff042ad
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/util.c	Sat Aug 22 07:02:21 2009 +0000
+++ b/libpurple/protocols/yahoo/util.c	Sat Aug 22 18:24:19 2009 +0000
@@ -611,7 +611,6 @@
 				if (match == NULL) {
 					/* Unknown tag.  The user probably typed a less-than sign */
 					g_string_append_c(cdata, x[i]);
-					no_more_gt_brackets = TRUE;
 					g_free(tag);
 					g_free(tag_name);
 					break;