This commit is contained in:
Igor Pavlov
2021-07-22 23:00:14 +01:00
committed by Kornel
parent 4a960640a3
commit 585698650f
619 changed files with 34904 additions and 10859 deletions

View File

@@ -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,