- only use standard types in WriteZip's API.
This commit is contained in:
parent
825f92b274
commit
2671394961
5 changed files with 22 additions and 19 deletions
|
|
@ -747,6 +747,7 @@ FCompressedBuffer FSerializer::GetCompressedOutput()
|
|||
FCompressedBuffer buff;
|
||||
WriteObjects();
|
||||
EndObject();
|
||||
buff.filename = nullptr;
|
||||
buff.mSize = (unsigned)w->mOutString.GetSize();
|
||||
buff.mZipFlags = 0;
|
||||
buff.mCRC32 = crc32(0, (const Bytef*)w->mOutString.GetString(), buff.mSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue