=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/names.c,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/tmux/names.c 2015/12/08 08:34:18 1.32 --- src/usr.bin/tmux/names.c 2015/12/11 12:27:36 1.33 *************** *** 1,4 **** ! /* $OpenBSD: names.c,v 1.32 2015/12/08 08:34:18 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: names.c,v 1.33 2015/12/11 12:27:36 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 118,124 **** struct format_tree *ft; char *fmt, *name; ! ft = format_create(0); format_defaults_window(ft, w); format_defaults_pane(ft, w->active); --- 118,124 ---- struct format_tree *ft; char *fmt, *name; ! ft = format_create(NULL, 0); format_defaults_window(ft, w); format_defaults_pane(ft, w->active);