Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved unnecessary closure of stdin reported by Frederic Chardon, thx - dwm -…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 3ad906eeded0b3ab89b7280c5cc2f3bde193ac60
parent 0be9fb8797632f2792cc8bde0221560b3fb47cd4
Author: a@null <unknown>
Date: Sat, 13 Dec 2008 17:27:48 +0000
removed unnecessary closure of stdin reported by Frederic Chardon, thx
Diffstat:
M dwm.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -343,7 +343,6 @@ cleanup(void) {
Arg a = {.ui = ~0};
Layout foo = { "", NULL };
- close(STDIN_FILENO);
view(&a);
lt[sellt] = &foo;
while(stack)
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.