aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-09 06:55:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-09 06:55:48 +0000
commit72ea1de3cc9db1fc0985de1b09d734ca85d10ab8 (patch)
tree97c90f43fd45707f71c13bd24ffe2b63a56c5ac1 /net-im/gaim/files
parent86c01e98532b6e8d9f89cae3ab7b49bade5a84cd (diff)
downloadports-72ea1de3cc9db1fc0985de1b09d734ca85d10ab8.tar.gz
ports-72ea1de3cc9db1fc0985de1b09d734ca85d10ab8.zip
Notes
Diffstat (limited to 'net-im/gaim/files')
-rw-r--r--net-im/gaim/files/patch-src_protocols_oscar_oscar.c11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000000..050faa3b1966
--- /dev/null
+++ b/net-im/gaim/files/patch-src_protocols_oscar_oscar.c
@@ -0,0 +1,11 @@
+--- src/protocols/oscar/oscar.c.orig Tue Jun 1 18:12:11 2004
++++ src/protocols/oscar/oscar.c Tue Jun 1 18:12:58 2004
+@@ -3127,7 +3127,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);