aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-21 14:11:41 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-21 14:11:41 -0500
commit5505d84ac2fda7c5fb4e4c52385ff818e66ef8e1 (patch)
tree9e7defcf69938a94878a03d083124212609b3c9d /sway/commands.c
parentimplement property criteria (diff)
downloadsway-5505d84ac2fda7c5fb4e4c52385ff818e66ef8e1.tar.gz
sway-5505d84ac2fda7c5fb4e4c52385ff818e66ef8e1.tar.zst
sway-5505d84ac2fda7c5fb4e4c52385ff818e66ef8e1.zip
criteria cleanup
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 3ab5add6..a77ff791 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -226,7 +226,7 @@ struct cmd_results *handle_command(char *_exec) {
226 free(tokens); 226 free(tokens);
227 goto cleanup; 227 goto cleanup;
228 } 228 }
229 containers = container_for(tokens); 229 containers = container_for_crit_tokens(tokens);
230 230
231 free(tokens); 231 free(tokens);
232 } else { 232 } else {