Arun Prakash Jana 7 vuotta sitten
vanhempi
commit
134ee92f43
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. +1
    -2
      nnn.c

+ 1
- 2
nnn.c Näytä tiedosto

@@ -2160,8 +2160,7 @@ static int dentfill(char *path, struct entry **dents,
total_dents += ENTRY_INCR;
*dents = xrealloc(*dents, total_dents * sizeof(**dents));
if (*dents == NULL) {
if (pnamebuf)
free(pnamebuf);
free(pnamebuf);
errexit();
}
DPRINTF_P(*dents);


Loading…
Peruuta
Tallenna