mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 14:11:33 -06:00
Update to 7-Zip Version 21.04
- first test... no release!!!
This commit is contained in:
@@ -151,7 +151,8 @@ IMP_IInArchive_ArcProps
|
||||
|
||||
#define PARSE_NUM(_num_, _dest_) \
|
||||
{ const char *end; _dest_ = ConvertStringToUInt32(p, &end); \
|
||||
if ((unsigned)(end - p) != _num_) return 0; p += _num_ + 1; }
|
||||
if ((unsigned)(end - p) != _num_) return 0; \
|
||||
p += _num_ + 1; }
|
||||
|
||||
static bool ParseUInt64(const CXmlItem &item, const char *name, UInt64 &res)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user