mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 04:11:46 -06:00
feat: opens sole folder instead of upper folder after extraction; cancel folder priority over file in comparison; other minor ui fix
This commit is contained in:
@@ -21,7 +21,9 @@ print message in a dialog
|
||||
#include <winuser.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
char a[100] {};
|
||||
StringCbPrintfA(a, 100, "index=%u SoleFolderIndex=%ull", _index, SoleFolderIndex);
|
||||
MessageBoxA(0, a, "AAA", MB_ICONERROR);
|
||||
{
|
||||
char a[100] {};
|
||||
StringCbPrintfA(a, 100, "index=%u SoleFolderIndex=%lld", _index, SoleFolderIndex);
|
||||
MessageBoxA(0, a, "AAA", MB_ICONERROR);
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user