diff -r 0df472b1b7ff -r 2a18ef3e5224 src/protocols/yahoo/util.c --- a/src/protocols/yahoo/util.c Mon Aug 25 00:39:39 2003 +0000 +++ b/src/protocols/yahoo/util.c Mon Aug 25 02:49:42 2003 +0000 @@ -128,7 +128,7 @@ continue; else { tmp = g_string_new_len(x + i + 2, j - i - 2); - if ((tmp->str[0] == '#')) + if (tmp->str[0] == '#') g_string_append_printf(s, "", tmp->str); else if ((match = (char *) g_hash_table_lookup(ht, tmp->str))) g_string_append(s, match);