updated build system
This commit is contained in:
parent
d518e55a67
commit
b647053fb9
2
support/3rd_party/src/utils/file.cpp
vendored
2
support/3rd_party/src/utils/file.cpp
vendored
@ -82,7 +82,7 @@ auto file::move_to(std::filesystem::path new_path) -> bool {
|
||||
}
|
||||
|
||||
if (reopen) {
|
||||
*this = open_file(path_));
|
||||
*this = open_file(path_);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user