mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Fix a comment.
This commit is contained in:
parent
e34025d666
commit
cc41bcaf77
1 changed files with 2 additions and 2 deletions
|
@ -200,9 +200,9 @@ coder_set_compression_settings(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (memory_usage > memory_limit) {
|
if (memory_usage > memory_limit) {
|
||||||
// If --no-auto-adjust was used or we didn't find LZMA1 or
|
// If --no-adjust was used or we didn't find LZMA1 or
|
||||||
// LZMA2 as the last filter, give an error immediately.
|
// LZMA2 as the last filter, give an error immediately.
|
||||||
// --format=raw implies --no-auto-adjust.
|
// --format=raw implies --no-adjust.
|
||||||
if (!opt_auto_adjust || opt_format == FORMAT_RAW)
|
if (!opt_auto_adjust || opt_format == FORMAT_RAW)
|
||||||
memlimit_too_small(memory_usage);
|
memlimit_too_small(memory_usage);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue