Arun Prakash Jana 6 роки тому
джерело
коміт
134ee92f43
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: A75979F35C080412
1 змінених файлів з 1 додано та 2 видалено
  1. +1
    -2
      nnn.c

+ 1
- 2
nnn.c Переглянути файл

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


Завантаження…
Відмінити
Зберегти