mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
Fix macos build
This commit is contained in:
@@ -36,7 +36,7 @@ bool Ticket::Load(const std::vector<u8> file_data, std::size_t offset) {
|
||||
return false;
|
||||
}
|
||||
|
||||
content_index.resize(header.content_index_size);
|
||||
content_index.resize(static_cast<u32>(header.content_index_size));
|
||||
TRY_MEMCPY(content_index.data(), file_data, content_index_offset, content_index.size());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user