Procházet zdrojové kódy

Use macro to print error

master
Arun Prakash Jana před 5 roky
rodič
revize
b1c9f4ed45
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Zobrazit soubor

@@ -3469,7 +3469,7 @@ static bool archive_mount(char *name, char *path, char *newpath, int *presel)
free(dir);

if (!xmktree(newpath, TRUE)) {
printwait(strerror(errno), presel);
printwarn(presel);
return FALSE;
}

@@ -3514,7 +3514,7 @@ static bool remote_mount(char *newpath, int *presel)
/* Create the mount point */
mkpath(cfgdir, tmp, newpath);
if (!xmktree(newpath, TRUE)) {
printwait(strerror(errno), presel);
printwarn(presel);
return FALSE;
}



Načítá se…
Zrušit
Uložit