fix of stupid bug

This commit is contained in:
Anselm R. Garbe 2006-04-05 18:27:52 +02:00
parent 5829bfa747
commit 48e62c1f94
1 changed files with 0 additions and 1 deletions

View File

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