diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-12 16:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-12 16:01:13 +0000 |
commit | d4cb178249c6c73c6197e34e871c2b8e803de175 (patch) | |
tree | b2cb82d18531f6b075f28f80d0a30756c6c9567d /style.c | |
parent | 1eb9500644f058113c0b108a049e05efda5e3436 (diff) | |
parent | 24cba5907b5006363ac7f83f31801153f9c23b37 (diff) | |
download | rtmux-d4cb178249c6c73c6197e34e871c2b8e803de175.tar.gz rtmux-d4cb178249c6c73c6197e34e871c2b8e803de175.tar.bz2 rtmux-d4cb178249c6c73c6197e34e871c2b8e803de175.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'style.c')
-rw-r--r-- | style.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ style_update_new(struct options *oo, const char *name, const char *newname) o = options_find1(oo, newname); if (o == NULL) - o = options_set_style(oo, newname, "default", 0); + o = options_set_style(oo, newname, 0, "default"); gc = &o->style; o = options_find1(oo, name); |