Fix possible misinformed ptr

This commit is contained in:
Martin Duquesnoy 2012-01-14 02:03:55 +01:00
parent 0f185a8121
commit ad4f4e361c

View File

@ -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);
}