changeset 2702:94b4271b9567

[gaim-migrate @ 2715] i think i finally fixed this. i'm such a moron sometimes. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Nov 2001 01:30:13 +0000
parents 8a84f2bb1716
children 441b84ab7f4e
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sat Nov 10 01:22:31 2001 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sat Nov 10 01:30:13 2001 +0000
@@ -419,7 +419,7 @@
 			split = g_strsplit(*tmp, ":", 2);
 			if (!split)
 				continue;
-			if (!split[1]) {
+			if (!split[0] || !split[1]) {
 				g_strfreev(split);
 				continue;
 			}