Commented check

This commit is contained in:
Arun Prakash Jana 2019-06-04 23:32:23 +05:30
parent fcb29fa578
commit c7f83dd179
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -3215,6 +3215,10 @@ nochange:
if (getppid() == 1) if (getppid() == 1)
_exit(0); _exit(0);
/* Check if CWD is deleted to avoid hang, bad idea */
//if (access(path, F_OK))
// return;
sel = nextsel(presel); sel = nextsel(presel);
if (presel) if (presel)
presel = 0; presel = 0;