summaryrefslogtreecommitdiff
path: root/net/gaim/files/patch-temp
diff options
context:
space:
mode:
Diffstat (limited to 'net/gaim/files/patch-temp')
-rw-r--r--net/gaim/files/patch-temp12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gaim/files/patch-temp b/net/gaim/files/patch-temp
new file mode 100644
index 000000000000..39073683ae61
--- /dev/null
+++ b/net/gaim/files/patch-temp
@@ -0,0 +1,12 @@
+--- 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);