Ver código fonte

sys: always try to open files directly on the filesystem

legacy
Sam Hocevar 9 anos atrás
pai
commit
244a1cbe97
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      src/sys/init.cpp

+ 1
- 2
src/sys/init.cpp Ver arquivo

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


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


return ret; return ret;
} }


Carregando…
Cancelar
Salvar