ソースを参照

sys: always try to open files directly on the filesystem

legacy
Sam Hocevar 9年前
コミット
244a1cbe97
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      src/sys/init.cpp

+ 1
- 2
src/sys/init.cpp ファイルの表示

@@ -167,8 +167,7 @@ array<String> GetPathList(String const &file)
ret << data_dir[i] + file;
}

if (ret.count() == 0)
ret << file;
ret << file;

return ret;
}


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