فهرست منبع

removed unnecessary closure of stdin reported by Frederic Chardon, thx

a@null 17 سال پیش
والد
کامیت
3ad906eede
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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)