mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 02:07:06 -06:00
9.07 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
c99f3ebdd6
commit
2fed872194
@@ -140,7 +140,7 @@ HRESULT CArc::OpenStream(
|
||||
}
|
||||
|
||||
#ifndef _SFX
|
||||
if (numFinded == 0)
|
||||
if (orderIndices.Size() >= 2 && (numFinded == 0 || extension.CompareNoCase(L"exe") == 0))
|
||||
{
|
||||
CIntVector orderIndices2;
|
||||
CByteBuffer byteBuffer;
|
||||
|
||||
Reference in New Issue
Block a user