Browse Source

removed unnecessary closure of stdin reported by Frederic Chardon, thx

custom-dwm
a@null 17 years ago
parent
commit
3ad906eede
  1. 1
      dwm.c

1
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)

Loading…
Cancel
Save