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