소스 검색

Use generic msg

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

+ 1
- 1
src/nnn.c 파일 보기

@@ -2574,7 +2574,7 @@ static bool sshfs_mount(char *path, char *newpath, int *presel)
char *tmp, *env, *cmd = "sshfs";

if (!getutil(cmd)) {
printwait("sshfs missing", presel);
printwait(messages[UTIL_MISSING], presel);
return FALSE;
}



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