Init f to false in layout_split_integrate
This commit is contained in:
parent
3fcc2b844b
commit
783799942d
@ -367,7 +367,7 @@ void
|
|||||||
layout_split_integrate(struct client *c, struct client *sc)
|
layout_split_integrate(struct client *c, struct client *sc)
|
||||||
{
|
{
|
||||||
struct geo g;
|
struct geo g;
|
||||||
bool f;
|
bool f = false;
|
||||||
|
|
||||||
/* No sc or not compatible sc */
|
/* No sc or not compatible sc */
|
||||||
if(!sc || sc == c || sc->tag != c->tag
|
if(!sc || sc == c || sc->tag != c->tag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user