aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim/files/patch-src_protocols_oscar_oscar.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gaim/files/patch-src_protocols_oscar_oscar.c')
-rw-r--r--net-im/gaim/files/patch-src_protocols_oscar_oscar.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/gaim/files/patch-src_protocols_oscar_oscar.c b/net-im/gaim/files/patch-src_protocols_oscar_oscar.c
deleted file mode 100644
index 43a291b29617..000000000000
--- a/net-im/gaim/files/patch-src_protocols_oscar_oscar.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/protocols/oscar/oscar.c.orig Wed Aug 25 21:29:00 2004
-+++ src/protocols/oscar/oscar.c Thu Aug 26 21:55:32 2004
-@@ -3247,7 +3247,7 @@
- * Note: There *may* be some clients which send messages as HTML formatted -
- * they need to be special-cased somehow.
- */
-- if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0])) {
-+ if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0]) && g_strncasecmp(tmp, "<HTML>", 6)) {
- /* being recevied by ICQ from ICQ - escape HTML so it is displayed as sent */
- gchar *tmp2 = gaim_escape_html(tmp);
- g_free(tmp);