mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
4.53 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
33ccab7e72
commit
051769bbc5
@@ -226,7 +226,7 @@ public:
|
||||
if (CentralExtra.GetWzAesField(aesField))
|
||||
return aesField.NeedCrc();
|
||||
}
|
||||
return true;
|
||||
return (FileCRC != 0 || !IsDirectory());
|
||||
}
|
||||
|
||||
WORD GetCodePage() const
|
||||
|
||||
Reference in New Issue
Block a user