=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.254 retrieving revision 1.255 diff -u -r1.254 -r1.255 --- src/usr.bin/tmux/format.c 2020/05/16 15:48:35 1.254 +++ src/usr.bin/tmux/format.c 2020/05/16 16:02:24 1.255 @@ -1,4 +1,4 @@ -/* $OpenBSD: format.c,v 1.254 2020/05/16 15:48:35 nicm Exp $ */ +/* $OpenBSD: format.c,v 1.255 2020/05/16 16:02:24 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -1392,7 +1392,7 @@ if (o == NULL) o = options_parse_get(global_s_options, key, &idx, 0); if (o != NULL) { - found = options_tostring(o, idx, 1); + found = options_to_string(o, idx, 1); goto found; }