Selaa lähdekoodia

Use generic msg

master
Arun Prakash Jana 6 vuotta sitten
vanhempi
commit
b151e13548
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Näytä tiedosto

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



Loading…
Peruuta
Tallenna