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 /format.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 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,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, 0, NULL, NULL, + fj->job = job_run(expanded, 0, NULL, 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) { |