mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: SevenZip - Create .zip archives
This commit is contained in:
parent
60e4418a84
commit
38342adcc2
1 changed files with 4 additions and 1 deletions
|
|
@ -6541,7 +6541,10 @@ begin
|
|||
Value.bstrVal := SysAllocString(PWideChar(AItem.Group));
|
||||
end;
|
||||
// kpidBlock: ;
|
||||
// kpidComment: ;
|
||||
kpidComment:
|
||||
begin
|
||||
Value.vt := VT_EMPTY;
|
||||
end;
|
||||
// kpidPosition: ;
|
||||
// kpidPrefix: ;
|
||||
// kpidNumSubDirs: ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue