Wed, 14 Mar 2001 06:31:01 +0000
[gaim-migrate @ 1578]
la
| plugins/msn/msn.c | file | annotate | diff | comparison | revisions |
--- a/plugins/msn/msn.c Wed Mar 14 06:27:17 2001 +0000 +++ b/plugins/msn/msn.c Wed Mar 14 06:31:01 2001 +0000 @@ -139,8 +139,14 @@ res = g_strsplit(buf, " ", 0); + /* If we have zero buddies, abort */ + if (atoi(res[5]) == 0) + { + g_strfreev(res); + return; + } + /* First, let's check the list type */ - if (!strcmp("FL", res[2])) { /* We're dealing with a forward list. Add them