mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 04:07:12 -06:00
9.38
This commit is contained in:
committed by
Kornel Lesiński
parent
7e021179cd
commit
0713a3ab80
@@ -556,7 +556,7 @@ struct CCapsuleHeader
|
||||
UInt32 OffsetToLongDescription;
|
||||
UInt32 OffsetToApplicableDevices;
|
||||
|
||||
void Clear() { memset(this, 0, sizeof(this)); }
|
||||
void Clear() { memset(this, 0, sizeof(*this)); }
|
||||
|
||||
void Parse(const Byte *p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user