mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 18:11:37 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
@@ -618,13 +618,15 @@ STDMETHODIMP CHandler::Open(IInStream *stream,
|
||||
_items.DeleteFrontal(1);
|
||||
for (unsigned i = 0; i < _items.Size(); i++)
|
||||
if (_items[i].Name.IsPrefixedBy("data.tar."))
|
||||
{
|
||||
if (_mainSubfile < 0)
|
||||
_mainSubfile = i;
|
||||
_mainSubfile = (int)i;
|
||||
else
|
||||
{
|
||||
_mainSubfile = -1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -845,7 +847,7 @@ STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
|
||||
}
|
||||
|
||||
REGISTER_ARC_I(
|
||||
"Ar", "ar a deb lib", 0, 0xEC,
|
||||
"Ar", "ar a deb udeb lib", 0, 0xEC,
|
||||
kSignature,
|
||||
0,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user