Browse Source

removed unnecessary closure of stdin reported by Frederic Chardon, thx

a@null 17 năm trước cách đây
mục cha
commit
3ad906eede
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      dwm.c

+ 0 - 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)