Sfoglia il codice sorgente

Commented check

master
Arun Prakash Jana 6 anni fa
parent
commit
c7f83dd179
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/nnn.c

+ 4
- 0
src/nnn.c Vedi 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…
Annulla
Salva