aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-31 00:01:12 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-31 00:01:12 +0000
commitd8da761d54ed0d2b449e412511496e67ce8d33ac (patch)
tree56606ce4edbee5b9c57aaf7f6691e1dd9e077ce5 /format.c
parent9094f01c6bf3de3cca17a3303a46adce268d9107 (diff)
parent3408595f77920764bf6c4c313a0abc6a1cfb8048 (diff)
downloadrtmux-d8da761d54ed0d2b449e412511496e67ce8d33ac.tar.gz
rtmux-d8da761d54ed0d2b449e412511496e67ce8d33ac.tar.bz2
rtmux-d8da761d54ed0d2b449e412511496e67ce8d33ac.zip
Merge branch 'obsd-master'
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index 6fee3c6e..d1658b77 100644
--- a/format.c
+++ b/format.c
@@ -658,7 +658,7 @@ format_find(struct format_tree *ft, const char *key, int modifiers)
if (o == NULL)
o = options_parse_get(global_s_options, key, &idx, 0);
if (o != NULL) {
- found = options_tostring(o, idx);
+ found = options_tostring(o, idx, 1);
goto found;
}
}