diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-07-27 10:01:21 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-07-27 10:01:21 +0100 |
commit | 2fdd5fa507c0698b92f401a5e7d8cc1e7118775e (patch) | |
tree | 8c3cb31a0f8828272f8c8946ca017f915edd7041 /cmd-queue.c | |
parent | 90158b59770cbc1e639dda229c98b1781bbf9619 (diff) | |
parent | 40e65c511502fe47932e230290537e7391ab8a83 (diff) | |
download | rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.tar.gz rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.tar.bz2 rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-queue.c')
-rw-r--r-- | cmd-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-queue.c b/cmd-queue.c index 693f7d90..36f1c9be 100644 --- a/cmd-queue.c +++ b/cmd-queue.c @@ -858,7 +858,7 @@ cmdq_error(struct cmdq_item *item, const char *fmt, ...) c->retval = 1; } else { *msg = toupper((u_char) *msg); - status_message_set(c, 1, "%s", msg); + status_message_set(c, -1, 1, "%s", msg); } free(msg); |