=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.203 retrieving revision 1.204 diff -u -r1.203 -r1.204 --- src/usr.bin/tmux/format.c 2019/06/13 21:24:09 1.203 +++ src/usr.bin/tmux/format.c 2019/06/15 06:33:48 1.204 @@ -1,4 +1,4 @@ -/* $OpenBSD: format.c,v 1.203 2019/06/13 21:24:09 nicm Exp $ */ +/* $OpenBSD: format.c,v 1.204 2019/06/15 06:33:48 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -1700,7 +1700,7 @@ else value = xstrdup("0"); } else if (strcmp(cmp->modifier, "m") == 0) - value = format_match(fm, left, right); + value = format_match(cmp, left, right); free(right); free(left);