mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 04:11:34 -06:00
22.00
This commit is contained in:
2
CPP/7zip/Archive/Udf/UdfIn.cpp
Normal file → Executable file
2
CPP/7zip/Archive/Udf/UdfIn.cpp
Normal file → Executable file
@@ -333,7 +333,7 @@ void CItem::Parse(const Byte *p)
|
||||
NumLogBlockRecorded = Get64(p + 64);
|
||||
ATime.Parse(p + 72);
|
||||
MTime.Parse(p + 84);
|
||||
// AttrtTime.Parse(p + 96);
|
||||
AttribTime.Parse(p + 96);
|
||||
// CheckPoint = Get32(p + 108);
|
||||
// ExtendedAttrIcb.Parse(p + 112);
|
||||
// ImplId.Parse(p + 128);
|
||||
|
||||
Reference in New Issue
Block a user