aboutsummaryrefslogtreecommitdiff
path: root/cmd-confirm-before.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-09-09 16:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2021-09-09 16:01:09 +0100
commit732288c489f73766af321fe500e9f933e065b2a1 (patch)
tree76696a2982d843b7060d6235eac6ba26d2e58c89 /cmd-confirm-before.c
parentcf5e1bb80a0900d87c4969ca03501753da892050 (diff)
parent34312fd6ee8992ce8d13ec63b074466d5f624acc (diff)
downloadrtmux-732288c489f73766af321fe500e9f933e065b2a1.tar.gz
rtmux-732288c489f73766af321fe500e9f933e065b2a1.tar.bz2
rtmux-732288c489f73766af321fe500e9f933e065b2a1.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'cmd-confirm-before.c')
-rw-r--r--cmd-confirm-before.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-confirm-before.c b/cmd-confirm-before.c
index 8f50ba2d..95841962 100644
--- a/cmd-confirm-before.c
+++ b/cmd-confirm-before.c
@@ -72,7 +72,7 @@ cmd_confirm_before_exec(struct cmd *self, struct cmdq_item *item)
int wait = !args_has(args, 'b');
cdata = xcalloc(1, sizeof *cdata);
- cdata->cmdlist = args_make_commands_now(self, item, 0);
+ cdata->cmdlist = args_make_commands_now(self, item, 0, 0);
if (cdata->cmdlist == NULL)
return (CMD_RETURN_ERROR);