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:
0c60620
)
small fix
author
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 19 Aug 2007 08:13:24 +0000
(10:13 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 19 Aug 2007 08:13:24 +0000
(10:13 +0200)
layout.c
patch
|
blob
|
history
diff --git
a/layout.c
b/layout.c
index aa3bff5de42fa0b124f371d65c01b3bba7a53c87..96e125ade5dfb0ea5b4d156ca5c0944a0a4c63aa 100644
(file)
--- a/
layout.c
+++ b/
layout.c
@@
-122,7
+122,7
@@
loaddwmprops(void) {
for(i = 0; i < ntags && i < sizeof prop - 1 && prop[i] != '\0'; i++)
seltags[i] = prop[i] == '1';
if(i < sizeof prop - 1 && prop[i] != '\0') {
- i = prop[i]
- '0'
;
+ i = prop[i];
if(i < nlayouts)
ltidx = i;
}