1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Fix Android

This commit is contained in:
Gymnasiast
2022-01-08 15:42:27 +01:00
parent 919c73d030
commit 10301507a9
11 changed files with 20 additions and 13 deletions

View File

@@ -110,7 +110,7 @@ namespace OpenRCT2
_fileSize = _filelengthi64(_fileno(_file));
#else
std::error_code ec;
_fileSize = fs::file_size(fs::u8path(path), ec);
_fileSize = fs::file_size(u8path(path), ec);
#endif
_ownsFilePtr = true;