mirror of
https://git.tukaani.org/xz.git
synced 2025-09-27 12:58:23 +00:00
The previous version set opt_stdout, but this caused an issue with copying an input file to standard out when decompressing an unknown file type. The following needs to result in an error: echo foo | xz -df since -c, --stdout is not used. This fixes the previous error by not setting opt_stdout.