Kaynağa Gözat

Update comments and debug info

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
beabe62467
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet