diff --git a/support/3rd_party/src/utils/file.cpp b/support/3rd_party/src/utils/file.cpp index 44090375..1dc73d9f 100644 --- a/support/3rd_party/src/utils/file.cpp +++ b/support/3rd_party/src/utils/file.cpp @@ -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; }