fix conversion
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user