s/1/true
This commit is contained in:
parent
7f9b65f6a7
commit
62f0a9e21d
|
@ -360,7 +360,7 @@ Con* workspace_prev() {
|
|||
if (child->type != CT_WORKSPACE)
|
||||
continue;
|
||||
if (child == current) {
|
||||
found_current = 1;
|
||||
found_current = true;
|
||||
} else if (child->num == -1 && (current->num != -1 || found_current)) {
|
||||
prev = child;
|
||||
goto workspace_prev_end;
|
||||
|
|
Loading…
Reference in New Issue