diff -r e024fe257985 -r f08436883bb1 pidgin/gtkimhtml.c --- a/pidgin/gtkimhtml.c Sat Sep 01 23:09:41 2007 +0000 +++ b/pidgin/gtkimhtml.c Sat Sep 01 23:50:22 2007 +0000 @@ -2101,9 +2101,9 @@ } *type = -1; - *len = close - string + 1; - *tag = g_strndup(string, *len - 1); - return TRUE; + *len = 0; //close - string + 1; + *tag = NULL; //g_strndup(string, *len - 1); + return FALSE; } static gchar*