updated build system

This commit is contained in:
2024-08-22 14:47:43 -05:00
parent 497b424840
commit d5aa5c124c
9 changed files with 112 additions and 110 deletions

View File

@ -292,7 +292,7 @@ auto file_manager::open_file::native_operation(
}
{
auto file_size = nf_->size();
auto file_size = nf_->size().value_or(0U);
if (file_size != new_file_size) {
utils::error::raise_api_path_error(
function_name, get_api_path(), api_error::file_size_mismatch,