wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 19d6272285ca027bbae993b11082c90e90911f3c
parent c1ec76e02b87209ad587478270493bc20a8fa044
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Mon,  6 Mar 2006 11:49:58 +0100

hotfix


Diffstat:
cmd/wm/tag.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmd/wm/tag.c b/cmd/wm/tag.c @@ -195,6 +195,7 @@ update_ctags() char buf[256]; char *tags[128]; + return; for(i = 0; i < nctag; i++) { Bool exists = False; for(j = 0; j < nclient; j++)