1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Fix outPath not set in platform_get_user_directory

This commit is contained in:
Ted John
2018-02-05 17:19:39 +00:00
parent 34a6b5ef92
commit 76344498bb

View File

@@ -1166,6 +1166,7 @@ void platform_get_user_directory(utf8 * outPath, const utf8 * subDirectory, size
{
path = Path::Combine(path, subDirectory);
}
String::Set(outPath, outSize, path.c_str());
}
/**