Merge branch 'master' into vulkan

This commit is contained in:
Triang3l 2020-11-22 14:34:28 +03:00
commit 6822ad0ca2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ FileMappingHandle CreateFileMappingHandle(const std::filesystem::path& path,
break;
default:
assert_always();
return nullptr;
return kFileMappingHandleInvalid;
}
oflag |= O_CREAT;
auto full_path = "/" / path;