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:
0be9fb8
)
removed unnecessary closure of stdin reported by Frederic Chardon, thx
author
a@null
<unknown>
Sat, 13 Dec 2008 17:27:48 +0000
(17:27 +0000)
committer
a@null
<unknown>
Sat, 13 Dec 2008 17:27:48 +0000
(17:27 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 73ce7bf4e4de7a65cd8be1f255934724f432ad10..883610a823f544118c73b30315062c4c51cdc5cf 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-343,7
+343,6
@@
cleanup(void) {
Arg a = {.ui = ~0};
Layout foo = { "", NULL };
- close(STDIN_FILENO);
view(&a);
lt[sellt] = &foo;
while(stack)