Procházet zdrojové kódy

Update comments and debug info

master
Arun Prakash Jana před 5 roky
rodič
revize
beabe62467
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Zobrazit soubor

@@ -3297,9 +3297,9 @@ nochange:
if (getppid() == 1)
_exit(0);

/* Check if CWD is deleted and find an existing parent */
/* If CWD is deleted or moved or perms changed, find an accessible parent */
if (access(path, F_OK)) {
DPRINTF_S("dir deleted or moved");
DPRINTF_S("directory inaccessible");

/* Save history */
xstrlcpy(lastname, xbasename(path), NAME_MAX + 1);


Načítá se…
Zrušit
Uložit