Selaa lähdekoodia

Fix broken abort msg when starting in du mode

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

+ 3
- 0
src/nnn.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna