Selaa lähdekoodia

Fix crash on a broken USB

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

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

@@ -2845,8 +2845,8 @@ static int dentfill(char *path, struct entry **dents)
}

dp = readdir(dirp);
// if (!dp) /* We have opened the dir, at least . would be returned */
// goto exit;
if (!dp)
goto exit;

if (cfg.blkorder || dp->d_type == DT_UNKNOWN) {
/*
@@ -3007,7 +3007,7 @@ static int dentfill(char *path, struct entry **dents)
++n;
} while ((dp = readdir(dirp)));

//exit:
exit:
/* Should never be null */
if (closedir(dirp) == -1) {
dentfree();


Loading…
Peruuta
Tallenna