# HG changeset patch # User Mark Doliner # Date 1080191484 0 # Node ID 9f1678878dc86dd08832c2ce989a62fdfe608347 # Parent a6748565835aa1b4c1d66fa58b47684c0e0b18cd [gaim-migrate @ 9237] Should fix a crash Tim told me about when you receive offline ICQ messages. committer: Tailor Script diff -r a6748565835a -r 9f1678878dc8 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Thu Mar 25 05:04:02 2004 +0000 +++ b/src/protocols/oscar/oscar.c Thu Mar 25 05:11:24 2004 +0000 @@ -2685,10 +2685,7 @@ gchar *tmp; /* If the message came from an ICQ user then escape any HTML */ - if (isdigit(userinfo->sn[0])) - tmp = gaim_escape_html(msg2[0]); - else - tmp = g_strdup(msg2[0]); + tmp = gaim_escape_html(msg2[0]); if (t) { /* This is an offline message */ /* I think this timestamp is in UTC, or something */