FIX: Bug [0001288] Same configuration with sevenzip plugin - different results when compressing the same files in Explorer or doublecmd

This commit is contained in:
Alexander Koblov 2016-08-24 18:03:44 +00:00
commit 98f3daafe7
2 changed files with 2 additions and 1 deletions

View file

@ -328,6 +328,7 @@ begin
if IsEqualGUID(CLSID_CFormat7z, PluginConfig[AFormat].ArchiveCLSID^) then
begin
AddWideStringProperty('0', MethodName[Method]);
AddWideStringProperty('D', IntToStr(PluginConfig[AFormat].Dictionary) + 'B');
end;
// Parse additional parameters
Parameters:= Trim(PluginConfig[AFormat].Parameters);

View file

@ -21,7 +21,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="16"/>
<MinorVersionNr Value="8"/>
<RevisionNr Value="9"/>
<RevisionNr Value="24"/>
<CharSet Value="04B0"/>
<StringTable FileDescription="SevenZip archiver plugin" InternalName="SevenZip" LegalCopyright="Copyright (C) 2014-2016 Alexander Koblov" ProductVersion=""/>
</VersionInfo>