aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim/files/patch-temp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-17 05:39:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-17 05:39:01 +0000
commitf79ab57dc1ac5cdf3cc8bd955e632ffea1daa16b (patch)
tree0685cadd4c6d8acd714970c4e77859af713e3433 /net-im/gaim/files/patch-temp
parent80bc17d33afbce5686a1065d15801b7b10dc56f3 (diff)
Notes
Diffstat (limited to 'net-im/gaim/files/patch-temp')
-rw-r--r--net-im/gaim/files/patch-temp12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/gaim/files/patch-temp b/net-im/gaim/files/patch-temp
deleted file mode 100644
index 39073683ae61..000000000000
--- a/net-im/gaim/files/patch-temp
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/protocols/yahoo/yahoo.c.orig Sun Oct 13 02:50:25 2002
-+++ src/protocols/yahoo/yahoo.c Sun Oct 13 02:50:58 2002
-@@ -525,6 +525,9 @@
- l = l->next;
- }
-
-+ if (!msg)
-+ return;
-+
- if (!g_strncasecmp(msg, "TYPING", strlen("TYPING"))) {
- if (*stat == '1')
- serv_got_typing(gc, from, 0);