From a3710c960115562bf436442d7e58feb887f744cb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 25 Sep 2003 04:34:47 +0000 Subject: [PATCH] ft was uninitialized --- openbox/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus.c b/openbox/focus.c index 1006c725..740ce07b 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -294,7 +294,7 @@ void focus_cycle(gboolean forward, gboolean linear, static ObClient *t = NULL; static GList *order = NULL; GList *it, *start, *list; - ObClient *ft; + ObClient *ft = NULL; if (cancel) { if (focus_cycle_target) -- 2.45.2