소스 검색

Update comments and debug info

master
Arun Prakash Jana 5 년 전
부모
커밋
beabe62467
No known key found for this signature in database 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);


불러오는 중...
취소
저장