Fix disc0:/ vs. disc0: in path parsing

Fix Hot Pixel loading
This commit is contained in:
sum2012
2014-03-23 11:04:06 +08:00
parent 8b92dcea47
commit ba88be9172
-1
View File
@@ -139,7 +139,6 @@ static bool RealPath(const std::string &currentDirectory, const std::string &inP
if (inAfterColon == "/")
{
outPath = prefix + inAfterColon;
return true;
}
if (! ApplyPathStringToComponentsVector(cmpnts, inAfterColon) )