mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
Fix 1/2 of issue #66
This commit is contained in:
@@ -1275,7 +1275,7 @@ void CCompressDialog::SetMethod(int keepMethodId)
|
||||
bool isSfx = IsSFX();
|
||||
bool weUseSameMethod = false;
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
{
|
||||
wchar_t buf[2000];
|
||||
wsprintf(buf, L"keep=%d level = %d method=%s", keepMethodId, defaultLevel, (LPCWSTR)defaultMethod);
|
||||
|
||||
Reference in New Issue
Block a user