commit 48e62c1f94819844f4792e1061fdbbb3ff802154
parent 5829bfa74713d8e465c1b2b73cccca96e9dc304b
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Wed, 5 Apr 2006 18:27:52 +0200
fix of stupid bug
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cmd/wm/client.c b/cmd/wm/client.c
@@ -649,7 +649,6 @@ clienthastag(Client *c, const char *t)
for(i = 0; i < c->ntag; i++)
if(!strncmp(c->tag[i], t, sizeof(c->tag[i]))
|| !strncmp(c->tag[i], "*", 2))
- return True;
return True;
return False;
}