fix
838a1ff9
1 file(s) · +1 −1
| 318 | 318 | return; |
|
| 319 | 319 | ||
| 320 | 320 | /* this is somewhat tricky, it asserts to only zoom tiled clients */ |
|
| 321 | - | for(c = clients; c && c->isfloat; c = getnext(c->next)); |
|
| 321 | + | for(c = getnext(clients); c && c->isfloat; c = getnext(c->next)); |
|
| 322 | 322 | if(c) { |
|
| 323 | 323 | if(c == sel) |
|
| 324 | 324 | for(c = getnext(c->next); c && c->isfloat; c = getnext(c->next)); |