Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/Zip/ZipItemEx.h')
-rwxr-xr-x7zip/Archive/Zip/ZipItemEx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/7zip/Archive/Zip/ZipItemEx.h b/7zip/Archive/Zip/ZipItemEx.h
index 3666926d..3cacc0e7 100755
--- a/7zip/Archive/Zip/ZipItemEx.h
+++ b/7zip/Archive/Zip/ZipItemEx.h
@@ -13,6 +13,7 @@ class CItemEx: public CItem
{
public:
UInt32 FileHeaderWithNameSize;
+ UInt16 LocalExtraSize;
UInt64 GetLocalFullSize() const
{ return FileHeaderWithNameSize + LocalExtraSize + PackSize +