SF# 3175310

This commit is contained in:
Marian Krivos 2011-08-18 16:57:01 +00:00
parent 1a14a27104
commit fbe704af43

View File

@ -677,7 +677,10 @@ void Path::parseUnix(const std::string& path)
if (_dirs.empty())
{
if (!name.empty() && *(name.rbegin()) == ':')
{
_device.assign(name, 0, name.length() - 1);
_absolute = true;
}
else
pushDirectory(name);
}