pinosaur
/
dwm.git
/ commitdiff
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
aa3bff5
..
96e125a
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;
}