Arun Prakash Jana 7 lat temu
rodzic
commit
134ee92f43
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      nnn.c

+ 1
- 2
nnn.c Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz