Fix 1/2 of issue #66

This commit is contained in:
Tino Reichardt
2019-01-07 20:55:17 +01:00
parent c6dd3f72ba
commit ea4589d20d
5 changed files with 26 additions and 25 deletions

View File

@@ -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);