Kaynağa Gözat

Fix broken abort msg when starting in du mode

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
c5d122e299
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Dosyayı Görüntüle

@@ -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 */


Yükleniyor…
İptal
Kaydet