瀏覽代碼

Use macro to print error

master
Arun Prakash Jana 5 年之前
父節點
當前提交
b1c9f4ed45
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c 查看文件

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



Loading…
取消
儲存