mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
Don't restrict node --flag
to windows
This fixes a regression introduced by e8aa679
.
This commit is contained in:
parent
73e402e49a
commit
789cb8a504
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ void cmd_node(char **args, int num, FILE *rsp)
|
||||||
fail(rsp, "node %s: Not enough arguments.\n", *(args - 1));
|
fail(rsp, "node %s: Not enough arguments.\n", *(args - 1));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (trg.node == NULL || trg.node->client == NULL) {
|
if (trg.node == NULL) {
|
||||||
fail(rsp, "");
|
fail(rsp, "");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue