summaryrefslogtreecommitdiff
path: root/net/gaim-snapshot/files/patch-temp
blob: 39073683ae6139402b36850a5e4839c4521566d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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);