Put back the initialisation of gc in group_cycle. No cookie for okan.

Reported by Dan Harnett, thanks!
This commit is contained in:
oga 2008-07-18 15:40:52 +00:00
parent 2798cdc9a7
commit 556f7a0871

View File

@ -207,6 +207,7 @@ group_cycle(int reverse)
assert(Group_active != NULL);
gc = Group_active;
for (;;) {
gc = reverse ? TAILQ_PREV(gc, group_ctx_q, entry) :
TAILQ_NEXT(gc, entry);