mirror of https://github.com/0intro/wmii
fix of stupid bug
This commit is contained in:
parent
5829bfa747
commit
48e62c1f94
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue