Mercurial > pidgin
changeset 3783:62f1fd706de6
[gaim-migrate @ 3923]
I really really lose.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 22 Oct 2002 00:49:50 +0000 |
parents | a3aca202aa04 |
children | 414c9c86afd2 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;