=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- src/usr.bin/tmux/format.c 2017/01/16 14:49:14 1.117 +++ src/usr.bin/tmux/format.c 2017/01/30 21:41:17 1.118 @@ -1,4 +1,4 @@ -/* $OpenBSD: format.c,v 1.117 2017/01/16 14:49:14 nicm Exp $ */ +/* $OpenBSD: format.c,v 1.118 2017/01/30 21:41:17 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -638,7 +638,7 @@ 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; } }