projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5711609
)
oops
author
Anselm R. Garbe
<arg@suckless.org>
Thu, 22 Feb 2007 11:16:58 +0000
(12:16 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Thu, 22 Feb 2007 11:16:58 +0000
(12:16 +0100)
tag.c
patch
|
blob
|
history
diff --git
a/tag.c
b/tag.c
index ccc295692a85f2d14dfa3f95600a40cbb7562152..8f41d82907ed8adcbc1550c4f4811272d4a27b37 100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-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;
@@
-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;