mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Put back the initialisation of gc in group_cycle. No cookie for okan.
Reported by Dan Harnett, thanks!
This commit is contained in:
parent
2798cdc9a7
commit
556f7a0871
1
group.c
1
group.c
@ -207,6 +207,7 @@ group_cycle(int reverse)
|
|||||||
|
|
||||||
assert(Group_active != NULL);
|
assert(Group_active != NULL);
|
||||||
|
|
||||||
|
gc = Group_active;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
gc = reverse ? TAILQ_PREV(gc, group_ctx_q, entry) :
|
gc = reverse ? TAILQ_PREV(gc, group_ctx_q, entry) :
|
||||||
TAILQ_NEXT(gc, entry);
|
TAILQ_NEXT(gc, entry);
|
||||||
|
Loading…
Reference in New Issue
Block a user