diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-03-08 10:02:26 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-03-08 10:02:26 +0000 |
commit | 9fd995275201893a604d15bb426e0f5a7f7971e6 (patch) | |
tree | 5680ec4fe61bc9a544507a402c6598ccd41f45d3 /cmd-if-shell.c | |
parent | 3c451a64b59a20dac9be9455b02266ca575f4d3b (diff) | |
parent | 19f3a5c6120c5d845eb942e67413c03c0c008a87 (diff) | |
download | rtmux-9fd995275201893a604d15bb426e0f5a7f7971e6.tar.gz rtmux-9fd995275201893a604d15bb426e0f5a7f7971e6.tar.bz2 rtmux-9fd995275201893a604d15bb426e0f5a7f7971e6.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-if-shell.c')
-rw-r--r-- | cmd-if-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-if-shell.c b/cmd-if-shell.c index 2400b3b4..304fe910 100644 --- a/cmd-if-shell.c +++ b/cmd-if-shell.c @@ -129,7 +129,7 @@ cmd_if_shell_exec(struct cmd *self, struct cmdq_item *item) memcpy(&cdata->mouse, &shared->mouse, sizeof cdata->mouse); job_run(shellcmd, s, cwd, NULL, cmd_if_shell_callback, - cmd_if_shell_free, cdata); + cmd_if_shell_free, cdata, 0); free(shellcmd); if (args_has(args, 'b')) |