From 783799942ddd98d8f192c0daf91a44ce5a6eab01 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 29 Jan 2012 22:39:09 +0100 Subject: [PATCH] Init f to false in layout_split_integrate --- src/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout.c b/src/layout.c index 1a58f6e..9ae7a0d 100644 --- a/src/layout.c +++ b/src/layout.c @@ -367,7 +367,7 @@ void layout_split_integrate(struct client *c, struct client *sc) { struct geo g; - bool f; + bool f = false; /* No sc or not compatible sc */ if(!sc || sc == c || sc->tag != c->tag