Skip to content

Commit

Permalink
Fix maxima for the levels of LZ4 and LZ5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Apr 30, 2017
1 parent d1a2148 commit 745ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/7zip/UI/GUI/CompressDialog.cpp
Expand Up @@ -253,7 +253,7 @@ static const CFormatInfo g_Formats[] =
},
{
"lz4",
(1 << 0) | (1 << 1) | (1 << 3) | (1 << 7) | (1 << 11) | (1 << 16),
(1 << 0) | (1 << 1) | (1 << 3) | (1 << 6) | (1 << 9) | (1 << 12),
METHODS_PAIR(g_Lz4Methods),
false, false, true, false, false, false
},
Expand Down

0 comments on commit 745ba9f

Please sign in to comment.