Skip to content

Commit

Permalink
Fix issue #2225: 7zip encrypted archives with encrypted file names
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Feb 24, 2024
1 parent 3b2d0cc commit f361646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArchiveSupport/Merge7z/Merge7z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ void Format7zDLL::Interface::Inspector::Init(HWND hwndParent)

CThreadArchiveOpen t;
t.OpenCallbackSpec = new COpenCallbackImp;
t.OpenCallbackSpec->Callback = &t.OpenArchiveCallbackSpec;
t.OpenCallback = t.OpenCallbackSpec;
t.OpenArchiveCallbackSpec.PasswordIsDefined = false;
t.OpenArchiveCallbackSpec.ParentWindow = hwndParent;
Expand Down

0 comments on commit f361646

Please sign in to comment.