]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Add comments about stdin and src_st.st_size.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 9 Nov 2022 12:10:52 +0000 (14:10 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Nov 2022 11:48:06 +0000 (13:48 +0200)
commita08be1c420501b1c75770a8f6103e3959486c895
treed037387b6d4af302862ff52fe0937b318b01340a
parent3ee411cd1cd636bdced6ecede4651394bb4f9cb1
xz: Add comments about stdin and src_st.st_size.

"xz -v < regular_file > out.xz" doesn't display the percentage
and estimated remaining time because it doesn't even try to
check the input file size when input is read from stdin.
This could be improved but for now there's just a comment
to remind about it.
src/xz/coder.c
src/xz/file_io.c