mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Small fix
This commit is contained in:
@@ -44,7 +44,7 @@ class file_system
|
||||
#endif
|
||||
|
||||
const char root_drive[2] = {win_path.get_drive().value_or('c'), 0};
|
||||
const auto root = this->root_ / root_drive;
|
||||
auto root = this->root_ / root_drive;
|
||||
|
||||
auto path = this->root_ / win_path.to_portable_path();
|
||||
path = weakly_canonical(path);
|
||||
|
||||
Reference in New Issue
Block a user