1
1
Ought to fix https://dev.yorhel.nl/ncdu/bug/115
Этот коммит содержится в:
Yorhel 2018-06-13 17:16:02 +02:00
родитель d15fe8d08e
Коммит cbe24d6c8f

Просмотреть файл

@ -103,6 +103,8 @@ int input_handle(int wait) {
} }
screen_draw(); screen_draw();
} }
if(errno == EPIPE || errno == EBADF)
return 1;
return 0; return 0;
} }