=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-find-window.c,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/tmux/cmd-find-window.c 2014/10/20 23:35:28 1.29 --- src/usr.bin/tmux/cmd-find-window.c 2014/10/22 23:18:53 1.30 *************** *** 1,4 **** ! /* $OpenBSD: cmd-find-window.c,v 1.29 2014/10/20 23:35:28 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-find-window.c,v 1.30 2014/10/22 23:18:53 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 162,168 **** xasprintf(&searchstr, "*%s*", str); RB_FOREACH(wm, winlinks, &s->windows) ! cmd_find_window_match (&find_list, match_flags, wm, str, searchstr); free(searchstr); if (ARRAY_LENGTH(&find_list) == 0) { --- 162,168 ---- xasprintf(&searchstr, "*%s*", str); RB_FOREACH(wm, winlinks, &s->windows) ! cmd_find_window_match(&find_list, match_flags, wm, str, searchstr); free(searchstr); if (ARRAY_LENGTH(&find_list) == 0) {