mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 03:14:59 -06:00
Fix #125
This commit is contained in:
@@ -221,7 +221,7 @@ HRESULT CompressFiles(
|
|||||||
params += kIncludeSwitch;
|
params += kIncludeSwitch;
|
||||||
RINOK(CreateMap(names, fileMapping, event, params));
|
RINOK(CreateMap(names, fileMapping, event, params));
|
||||||
|
|
||||||
if (!arcType.IsEmpty())
|
if (!arcType.IsEmpty() && arcType == L"7z")
|
||||||
{
|
{
|
||||||
int index;
|
int index;
|
||||||
params += kArchiveTypeSwitch;
|
params += kArchiveTypeSwitch;
|
||||||
|
|||||||
Reference in New Issue
Block a user