diff src/protocols/msn/msn.c @ 2952:7a32dca869a8

[gaim-migrate @ 2965] MSN works again. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 07 Feb 2002 00:17:11 +0000
parents 3827e4cd665c
children fa76b0156259
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Thu Feb 07 00:13:43 2002 +0000
+++ b/src/protocols/msn/msn.c	Thu Feb 07 00:17:11 2002 +0000
@@ -1717,6 +1717,10 @@
 		/* how did this happen? */
 		return;
 
+	if (strstr(who, ' '))
+		/* This is a broken blist entry. */
+		return;
+
 	while (l) {
 		struct msn_buddy *b = l->data;
 		if (!g_strcasecmp(who, b->user))