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