ソースを参照

Get device info from path

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

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

@@ -2659,7 +2659,7 @@ static int dentfill(char *path, struct entry **dents)
num_files = 0;
dir_blocks = 0;

if (fstatat(fd, ".", &sb_path, 0) == -1) {
if (fstatat(fd, path, &sb_path, 0) == -1) {
closedir(dirp);
printwarn(NULL);
return 0;


読み込み中…
キャンセル
保存