summaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index 3d7cd158..990f5f3a 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -429,7 +429,7 @@ int main(int argc, char **argv) {
429 wlr_log(WLR_DEBUG, "Running deferred commands"); 429 wlr_log(WLR_DEBUG, "Running deferred commands");
430 while (config->cmd_queue->length) { 430 while (config->cmd_queue->length) {
431 char *line = config->cmd_queue->items[0]; 431 char *line = config->cmd_queue->items[0];
432 struct cmd_results *res = execute_command(line, NULL); 432 struct cmd_results *res = execute_command(line, NULL, NULL);
433 if (res->status != CMD_SUCCESS) { 433 if (res->status != CMD_SUCCESS) {
434 wlr_log(WLR_ERROR, "Error on line '%s': %s", line, res->error); 434 wlr_log(WLR_ERROR, "Error on line '%s': %s", line, res->error);
435 } 435 }