浏览代码
Fix build break
master
Arun Prakash Jana
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
1 个文件被更改,包括
2 次插入 和
0 次删除
-
src/nnn.c
|
|
@@ -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; |
|
|
|