updated build system

This commit is contained in:
Scott E. Graves 2024-08-02 15:43:36 -05:00
parent d518e55a67
commit b647053fb9

View File

@ -82,7 +82,7 @@ auto file::move_to(std::filesystem::path new_path) -> bool {
} }
if (reopen) { if (reopen) {
*this = open_file(path_)); *this = open_file(path_);
} }
return false; return false;
} }