Commit 627972b0 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 93b490c1
......@@ -786,6 +786,7 @@ namespace XPS
#else
std::wstring wsResult = wsPath;
NSStringExt::Replace(wsResult, L"//", L"/");
NSStringExt::Replace(wsResult, L"//", L"/");
return wsResult;
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment