ソースを参照

Update comments and debug info

master
Arun Prakash Jana 5年前
コミット
beabe62467
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c ファイルの表示

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


読み込み中…
キャンセル
保存