Ver código fonte

Fix build break

master
Arun Prakash Jana 5 anos atrás
pai
commit
a9436cfe7b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Ver arquivo

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


Carregando…
Cancelar
Salvar