ソースを参照

Use generic msg

master
Arun Prakash Jana 6年前
コミット
b151e13548
この署名に対応する既知のキーがデータベースに存在しません 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;
}



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