# HG changeset patch # User Luke Schierer # Date 1049545810 0 # Node ID a58f1a843992eb0ea7579e94f5fdcc8271eb1796 # Parent 077678f7b0485586bbe0651fd3c5f7984b2fadd1 [gaim-migrate @ 5378] cvs compiles again. gotta love the c restriction on where you can declare variables. diff -r 077678f7b048 -r a58f1a843992 src/gaimrc.c --- a/src/gaimrc.c Sat Apr 05 10:45:32 2003 +0000 +++ b/src/gaimrc.c Sat Apr 05 12:30:10 2003 +0000 @@ -1623,9 +1623,9 @@ debug_printf("*** Loading pounces...\n"); for (l = buddy_pounces; l != NULL; l = l->next) { - ph = (struct pounce_placeholder *)l->data; GaimPounceEvent events = GAIM_POUNCE_NONE; GaimGtkPounceAction actions = GAIM_GTKPOUNCE_NONE; + ph = (struct pounce_placeholder *)l->data; account = gaim_account_find(ph->pouncer, ph->protocol);