mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-30 21:33:29 +00:00
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();
|
auto it = sPath.cbegin();
|
||||||
if (*it == _S('/'))
|
if (*it == _S('/'))
|
||||||
{
|
{
|
||||||
ret.push_back("/");
|
ret.push_back(_S("/"));
|
||||||
++it;
|
++it;
|
||||||
}
|
}
|
||||||
HECL::SystemString comp;
|
HECL::SystemString comp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user