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/Tar/TarUpdate.h')
-rwxr-xr-xCPP/7zip/Archive/Tar/TarUpdate.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/CPP/7zip/Archive/Tar/TarUpdate.h b/CPP/7zip/Archive/Tar/TarUpdate.h
index fb217d19..3f889739 100755
--- a/CPP/7zip/Archive/Tar/TarUpdate.h
+++ b/CPP/7zip/Archive/Tar/TarUpdate.h
@@ -13,15 +13,15 @@ struct CUpdateItem
{
int IndexInArchive;
int IndexInClient;
- UInt32 Time;
- UInt32 Mode;
+ Int64 MTime;
UInt64 Size;
- AString Name;
- AString User;
- AString Group;
+ UInt32 Mode;
bool NewData;
bool NewProps;
bool IsDir;
+ AString Name;
+ AString User;
+ AString Group;
};
HRESULT UpdateArchive(IInStream *inStream, ISequentialOutStream *outStream,