mirror of https://github.com/AxioDL/metaforce.git
Windows build fix
This commit is contained in:
parent
e8449f3fdb
commit
5d56ef2cf6
|
@ -18,7 +18,7 @@ static std::vector<HECL::SystemString> PathComponents(const HECL::SystemString&
|
|||
auto it = sPath.cbegin();
|
||||
if (*it == _S('/'))
|
||||
{
|
||||
ret.push_back("/");
|
||||
ret.push_back(_S("/"));
|
||||
++it;
|
||||
}
|
||||
HECL::SystemString comp;
|
||||
|
|
Loading…
Reference in New Issue