aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-03-02 12:01:25 +0000
committerThomas Adam <thomas@xteddy.org>2021-03-02 12:01:25 +0000
commit2301bee87ddfcdc307d8cb4e3f62eed9fb94d311 (patch)
treeff292eb08ed29269c7829f3908cc9e265663fe02 /format.c
parent48131c6d020220e6998512198b73819c5a085db9 (diff)
parent81f9a23d25237f2b0c52a2867ddd2db59cc8f368 (diff)
downloadrtmux-2301bee87ddfcdc307d8cb4e3f62eed9fb94d311.tar.gz
rtmux-2301bee87ddfcdc307d8cb4e3f62eed9fb94d311.tar.bz2
rtmux-2301bee87ddfcdc307d8cb4e3f62eed9fb94d311.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index 9ecef751..d3c7508a 100644
--- a/format.c
+++ b/format.c
@@ -394,7 +394,7 @@ format_job_get(struct format_expand_state *es, const char *cmd)
if (force && fj->job != NULL)
job_free(fj->job);
if (force || (fj->job == NULL && fj->last != t)) {
- fj->job = job_run(expanded, NULL,
+ fj->job = job_run(expanded, 0, NULL, NULL,
server_client_get_cwd(ft->client, NULL), format_job_update,
format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1);
if (fj->job == NULL) {