Cleanup snapshot generation

This commit is contained in:
momo5502
2025-03-23 12:01:04 +01:00
parent 95dc6994b3
commit 2bc3cda062
14 changed files with 258 additions and 197 deletions

View File

@@ -791,7 +791,7 @@ namespace
}
uint64_t size = section_entry->maximum_size;
std::vector<uint8_t> file_data{};
std::vector<std::byte> file_data{};
if (!section_entry->file_name.empty())
{