Mon, 19 Nov 2001 13:50:34 +0000
[gaim-migrate @ 2779]
eh
| plugins/filectl.c | file | annotate | diff | comparison | revisions |
--- a/plugins/filectl.c Mon Nov 19 12:35:51 2001 +0000 +++ b/plugins/filectl.c Mon Nov 19 13:50:34 2001 +0000 @@ -58,7 +58,7 @@ struct gaim_connection *gc = NULL; GSList *c = connections; arg1 = getarg(buffer, 1, 1); - while (c) { + while (arg1 && c) { gc = c->data; if (!strcmp(gc->username, arg1)) { break;