Fix possible misinformed ptr
This commit is contained in:
parent
0f185a8121
commit
ad4f4e361c
@ -144,7 +144,7 @@ mouse_move(struct client *c, bool type)
|
||||
_client_tab(c, c2);
|
||||
}
|
||||
}
|
||||
else if(t)
|
||||
else if(t && t != (struct tag*)c)
|
||||
tag_client(t, c);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user