fix conversion
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-12 10:46:09 -05:00
parent d6ee76ca7a
commit b5fe6709d4

View File

@@ -170,7 +170,7 @@ auto file_manager::download_pinned_file(const std::string &api_path) -> bool {
return false;
}
std::uint64_t handle{REPERTORY_INVALID_HANDLE};
auto handle{static_cast<std::uint64_t>(REPERTORY_INVALID_HANDLE)};
std::shared_ptr<i_open_file> open_file;
res = open(api_path, false, {}, handle, open_file);
if (res != api_error::success) {