diff src/protocols/oscar/oscar.c @ 8501:9f1678878dc8

[gaim-migrate @ 9237] Should fix a crash Tim told me about when you receive offline ICQ messages. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 25 Mar 2004 05:11:24 +0000
parents 244a49ab79ef
children ed1f3a8f0ccd
line wrap: on
line diff
--- 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 */