mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 14:07:00 -06:00
Fix issue #88, thanks @xzn
This commit is contained in:
@@ -24,7 +24,7 @@ struct CProps
|
|||||||
memset(this, 0, sizeof (*this));
|
memset(this, 0, sizeof (*this));
|
||||||
_ver_major = LIZARD_VERSION_MAJOR;
|
_ver_major = LIZARD_VERSION_MAJOR;
|
||||||
_ver_minor = LIZARD_VERSION_MINOR;
|
_ver_minor = LIZARD_VERSION_MINOR;
|
||||||
_level = 3;
|
_level = LIZARDMT_LEVEL_MIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
Byte _ver_major;
|
Byte _ver_major;
|
||||||
|
|||||||
Reference in New Issue
Block a user