commit 31a948f5e394ed280d808d8445a63316a9aed5d8
parent 56ffc5717a774075fefed20b5949ff76942bd43d
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Sat, 11 Mar 2006 01:33:21 +0100
made comparision clearer
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wm/client.c b/cmd/wm/client.c
@@ -322,7 +322,7 @@ manage_client(Client *c)
match_tags(c);
t = ntag ? tag[sel] : alloc_tag(def.tag);
- if(!c->tags[0])
+ if(c->tags[0] == 0)
cext_strlcpy(c->tags, t->name, sizeof(c->tags));
update_tags();