소스 검색

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


불러오는 중...
취소
저장