mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-24 09:08:43 +02:00
SF# 3175310
This commit is contained in:
parent
1a14a27104
commit
fbe704af43
@ -677,7 +677,10 @@ void Path::parseUnix(const std::string& path)
|
|||||||
if (_dirs.empty())
|
if (_dirs.empty())
|
||||||
{
|
{
|
||||||
if (!name.empty() && *(name.rbegin()) == ':')
|
if (!name.empty() && *(name.rbegin()) == ':')
|
||||||
|
{
|
||||||
_device.assign(name, 0, name.length() - 1);
|
_device.assign(name, 0, name.length() - 1);
|
||||||
|
_absolute = true;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
pushDirectory(name);
|
pushDirectory(name);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user