소스 검색

Use more sensible msg

master
Arun Prakash Jana 5 년 전
부모
커밋
b8ede9895f
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -4
      src/nnn.c

+ 2
- 4
src/nnn.c 파일 보기

@@ -3762,8 +3762,7 @@ static void find_accessible_parent(char *path, char *newpath, char *lastname, in
}

xstrlcpy(path, dir, PATH_MAX);

printmsg(messages[MSG_ACCESS]);
printwarn(NULL);
xdelay(XDELAY_INTERVAL_MS);
}

@@ -5387,8 +5386,7 @@ nochange:
goto nochange;
}

cdprep(lastdir, lastname, path, newpath)
? (presel = FILTER) : (watch = TRUE);
cdprep(lastdir, lastname, path, newpath) ? (presel = FILTER) : (watch = TRUE);
goto begin;
case S_IFREG:
{


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