diff options
author | 2019-06-04 23:32:23 +0530 | |
---|---|---|
committer | 2019-06-04 23:32:23 +0530 | |
commit | c7f83dd17992d029859aef8642fc72dcd9ade87a (patch) | |
tree | 6d4ec0b42001510274d182a0f0b8a6b313af4868 | |
parent | fcb29fa57899afa76cad085ccaf512309190f57e (diff) | |
download | nnn-c7f83dd17992d029859aef8642fc72dcd9ade87a.tar.gz |
Commented check
-rw-r--r-- | src/nnn.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3215,6 +3215,10 @@ nochange: if (getppid() == 1) _exit(0); + /* Check if CWD is deleted to avoid hang, bad idea */ + //if (access(path, F_OK)) + // return; + sel = nextsel(presel); if (presel) presel = 0; |