mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-24 22:21:03 +00:00
Fix filesystem working directory
This commit is contained in:
@@ -211,7 +211,7 @@ class windows_path
|
||||
|
||||
bool empty() const
|
||||
{
|
||||
return !this->is_relative() && this->folders_.empty();
|
||||
return this->is_relative() && this->folders_.empty();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user