mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Make sure root windows_path have slash at the end
This commit is contained in:
@@ -117,6 +117,11 @@ class windows_path
|
||||
path.append(folder);
|
||||
}
|
||||
|
||||
if (this->is_absolute() && this->folders_.empty())
|
||||
{
|
||||
path.push_back(u'\\');
|
||||
}
|
||||
|
||||
return path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user