From 1b25b15729b6d5e39630ff24e5805e5f97cb879c Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 31 May 2017 16:44:33 +0000 Subject: [PATCH] Shut up a warning. --- usr.bin/tmux/cmd-find-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/tmux/cmd-find-window.c b/usr.bin/tmux/cmd-find-window.c index 8809b5582c6..52a80fd16b6 100644 --- a/usr.bin/tmux/cmd-find-window.c +++ b/usr.bin/tmux/cmd-find-window.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-find-window.c,v 1.43 2017/05/30 21:44:59 nicm Exp $ */ +/* $OpenBSD: cmd-find-window.c,v 1.44 2017/05/31 16:44:33 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -79,7 +79,7 @@ cmd_find_window_exec(struct cmd *self, struct cmdq_item *item) xasprintf(&filter, "#{C:%s}", s); else if (N) xasprintf(&filter, "#{m:*%s*,#{window_name}}", s); - else if (T) + else xasprintf(&filter, "#{m:*%s*,#{pane_title}}", s); new_args = args_parse("", 1, &argv); -- 2.20.1