瀏覽代碼

Fix broken abort msg when starting in du mode

master
Arun Prakash Jana 5 年之前
父節點
當前提交
c5d122e299
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c 查看文件

@@ -4862,6 +4862,9 @@ static bool browse(char *ipath, const char *session)

atexit(dentfree);

xlines = LINES;
xcols = COLS;

/* setup first context */
if (!session || !load_session(session, &path, &lastdir, &lastname, FALSE)) {
xstrlcpy(g_ctx[0].c_path, ipath, PATH_MAX); /* current directory */


Loading…
取消
儲存