mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-19 07:47:09 +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 (!name.empty() && *(name.rbegin()) == ':')
|
||||
{
|
||||
_device.assign(name, 0, name.length() - 1);
|
||||
_absolute = true;
|
||||
}
|
||||
else
|
||||
pushDirectory(name);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user