# HG changeset patch # User Sean Egan # Date 1035247790 0 # Node ID 62f1fd706de6e0644965219ec86ab36361c90dac # Parent a3aca202aa04edd96adebe634da742fc2e830f80 [gaim-migrate @ 3923] I really really lose. committer: Tailor Script diff -r a3aca202aa04 -r 62f1fd706de6 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Tue Oct 22 00:45:58 2002 +0000 +++ b/src/protocols/oscar/oscar.c Tue Oct 22 00:49:50 2002 +0000 @@ -4480,7 +4480,7 @@ static void oscar_set_permit_deny(struct gaim_connection *gc) { struct oscar_data *od = (struct oscar_data *)gc->proto_data; if (od->icq) { - GSList *list; + GSList *list, *g; char buf[MAXMSGLEN]; int at; @@ -4510,7 +4510,7 @@ aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, buf); break; case 5: - GList *g = gc->groups; + g = gc->groups; at = 0; while (g) { list = ((struct group *)g->data)->members;