]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Do not set compression settings with raw format in list mode.
authorJia Tan <jiat0218@gmail.com>
Mon, 16 Jan 2023 12:55:10 +0000 (20:55 +0800)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 11 Mar 2023 19:45:26 +0000 (21:45 +0200)
commitccbb991efab1b03783fa00bc7bb2ab14180674f8
treed8020f7e9e8483c5b07f8049d91b45f175d5518e
parent6df383be4a22963e87ee06f9ac630d4c0ed927c9
xz: Do not set compression settings with raw format in list mode.

Calling coder_set_compression_settings() in list mode with verbose mode
on caused the filter chain and memory requirements to print. This was
unnecessary since the command results in an error and not consistent
with other formats like lzma and alone.
src/xz/args.c