Introduction
Introduction Statistics Contact Development Disclaimer Help
toops - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 89b7f1503e147dbd9260ecd379ca3e31ddfed6ea
parent 5711609203602bd01b4b131572142bb171ffc560
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 22 Feb 2007 12:16:58 +0100
oops
Diffstat:
M tag.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tag.c b/tag.c
t@@ -108,7 +108,7 @@ tag(const char *arg) {
if(!sel)
return;
for(i = 0; i < ntags; i++)
- sel->tags[i] = arg != NULL;
+ sel->tags[i] = arg == NULL;
i = arg ? atoi(arg) : 0;
if(i >= 0 && i < ntags)
sel->tags[i] = True;
t@@ -146,7 +146,7 @@ view(const char *arg) {
int i;
for(i = 0; i < ntags; i++)
- seltag[i] = arg != NULL;
+ seltag[i] = arg == NULL;
i = arg ? atoi(arg) : 0;
if(i >= 0 && i < ntags)
seltag[i] = True;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.