2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

BlenderConnection stability improvements for Windows

This commit is contained in:
Jack Andersen
2016-12-25 12:15:31 -10:00
parent 0bf5499717
commit 77c3d1e184
3 changed files with 27 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ void SanitizePath(std::string& path)
});
}
static const std::wstring WIllegals {L"<>?*\"|"};
static const std::wstring WIllegals {L"<>?\"|"};
void SanitizePath(std::wstring& path)
{