aboutsummaryrefslogtreecommitdiff
path: root/src/xz/file_io.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-11-09 12:48:22 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-11-09 12:48:22 +0200
commitf723eec68b0e44234910f669a29119de33018967 (patch)
tree29110e418ac0896bb1134a01c26566fb6e2c5dc3 /src/xz/file_io.c
parentxz: Add a comment why --to-stdout is not in --help. (diff)
downloadxz-f723eec68b0e44234910f669a29119de33018967.tar.xz
xz: Fix displaying of file sizes in progress indicator in passthru mode.
It worked for one input file since the counters are zero when xz starts but they weren't reset when starting a new file in passthru mode. For example, if files A, B, and C are one byte each, then "xz -dcvf A B C" would show file sizes as 1, 2, and 3 bytes instead of 1, 1, and 1 byte.
Diffstat (limited to 'src/xz/file_io.c')
0 files changed, 0 insertions, 0 deletions