forgot a !

This commit is contained in:
Anselm R. Garbe 2006-04-12 12:33:28 +02:00
parent da725f1f83
commit bb7ac65b3e

View File

@ -139,7 +139,7 @@ apply_rules(Client *c)
match(c, c->classinst);
Fallback:
if(!strlen(c->tags) || (view.size && !strncmp(c->tags, "*", 2)))
if(!strlen(c->tags) || (!view.size && !strncmp(c->tags, "*", 2)))
cext_strlcpy(c->tags, "nil", sizeof(c->tags));
}