diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-03 14:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-03 14:01:13 +0000 |
commit | 6c333cc4864c11283704b069fa6477876fd48f70 (patch) | |
tree | 97f9033c539139408a55c59c0580d1321af0fb64 /cmd-queue.c | |
parent | 9b1f620aa017bb3634b3806e959580cde75ec655 (diff) | |
parent | 7d23d019c0df197d724ced7fec21dc2047634c9b (diff) | |
download | rtmux-6c333cc4864c11283704b069fa6477876fd48f70.tar.gz rtmux-6c333cc4864c11283704b069fa6477876fd48f70.tar.bz2 rtmux-6c333cc4864c11283704b069fa6477876fd48f70.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 d1875717..8e3b0bf3 100644 --- a/cmd-queue.c +++ b/cmd-queue.c @@ -268,7 +268,7 @@ cmdq_format(struct cmdq_item *item, const char *key, const char *fmt, ...) for (loop = item; loop != NULL; loop = item->next) { if (loop->formats == NULL) - loop->formats = format_create(NULL, 0); + loop->formats = format_create(NULL, FORMAT_NONE, 0); format_add(loop->formats, key, "%s", value); } |