ソースを参照

Fix build break

master
Arun Prakash Jana 5年前
コミット
a9436cfe7b
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c ファイルの表示

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


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


||||||
x
 
000:0
読み込み中…
キャンセル
保存