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 'CPP/7zip/Archive/Com/ComIn.h')
-rwxr-xr-xCPP/7zip/Archive/Com/ComIn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/Archive/Com/ComIn.h b/CPP/7zip/Archive/Com/ComIn.h
index 683e61dc..081c6aaa 100755
--- a/CPP/7zip/Archive/Com/ComIn.h
+++ b/CPP/7zip/Archive/Com/ComIn.h
@@ -46,8 +46,8 @@ struct CItem
Byte Name[kNameSizeMax];
// UInt16 NameSize;
// UInt32 Flags;
- FILETIME CreationTime;
- FILETIME LastWriteTime;
+ FILETIME CTime;
+ FILETIME MTime;
UInt64 Size;
UInt32 LeftDid;
UInt32 RightDid;