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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user