From b647053fb99e6ad48c9a4091bab1eee661eff712 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 2 Aug 2024 15:43:36 -0500 Subject: [PATCH] updated build system --- support/3rd_party/src/utils/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }