Sfoglia il codice sorgente

Fix build break

master
Arun Prakash Jana 4 anni fa
parent
commit
a9436cfe7b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Vedi File

@@ -4367,6 +4367,8 @@ static int dentfill(char *path, struct entry **dents)
num_files = 0;
dir_blocks = 0;
buf = (char *)alloca(strlen(path) + NAME_MAX + 2);
if (!buf)
return 0;

if (fstatat(fd, path, &sb_path, 0) == -1)
goto exit;


Loading…
Annulla
Salva