Browse Source

Commented check

master
Arun Prakash Jana 5 years ago
parent
commit
c7f83dd179
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/nnn.c

+ 4
- 0
src/nnn.c View File

@@ -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;


Loading…
Cancel
Save