diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-19 14:01:31 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-19 14:01:31 +0000 |
commit | 17e4f2394a15602100ad72a052cf9b00e77f208a (patch) | |
tree | a8b6e59db7a20e49afc64cf46a59a27aeb93245b /format.c | |
parent | 7595b22e723e1a71ff84ba8d5fa9ad12454f501a (diff) | |
parent | ce61bf931b1af18064ab84542ee8f4a64e498fed (diff) | |
download | rtmux-17e4f2394a15602100ad72a052cf9b00e77f208a.tar.gz rtmux-17e4f2394a15602100ad72a052cf9b00e77f208a.tar.bz2 rtmux-17e4f2394a15602100ad72a052cf9b00e77f208a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ format_job_get(struct format_tree *ft, const char *cmd) if (force || (fj->job == NULL && fj->last != t)) { fj->job = job_run(expanded, NULL, server_client_get_cwd(ft->client, NULL), format_job_update, - format_job_complete, NULL, fj, JOB_NOWAIT); + format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1); if (fj->job == NULL) { free(fj->out); xasprintf(&fj->out, "<'%s' didn't start>", fj->cmd); |