diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-10-11 14:01:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-10-11 14:01:13 +0100 |
commit | af82106fae823f55fd3c746e1b48bc8e52a55e68 (patch) | |
tree | 2189aea822dbccb9d70837e6d088cd79c821e664 /window-copy.c | |
parent | 7ca863c5af3dbbb78d45bec5b113a69f983f2fdc (diff) | |
parent | 759efe1b3327a7244c03ecc7b90e0e3c49712d06 (diff) | |
download | rtmux-af82106fae823f55fd3c746e1b48bc8e52a55e68.tar.gz rtmux-af82106fae823f55fd3c746e1b48bc8e52a55e68.tar.bz2 rtmux-af82106fae823f55fd3c746e1b48bc8e52a55e68.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'window-copy.c')
-rw-r--r-- | window-copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/window-copy.c b/window-copy.c index c1a31b48..ec6a2f4e 100644 --- a/window-copy.c +++ b/window-copy.c @@ -4531,8 +4531,8 @@ window_copy_pipe_run(struct window_mode_entry *wme, struct session *s, if (cmd == NULL || *cmd == '\0') cmd = options_get_string(global_options, "copy-command"); if (cmd != NULL && *cmd != '\0') { - job = job_run(cmd, 0, NULL, s, NULL, NULL, NULL, NULL, NULL, - JOB_NOWAIT, -1, -1); + job = job_run(cmd, 0, NULL, NULL, s, NULL, NULL, NULL, NULL, + NULL, JOB_NOWAIT, -1, -1); bufferevent_write(job_get_event(job), buf, *len); } return (buf); |