diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-01 12:24:23 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-01 12:24:23 +0300 |
commit | 7a480e485938884ef3021b48c3b0b9f9699dc9b6 (patch) | |
tree | 21d5755f218c14d35905a516a7ff07dd46872254 /src/liblzma/common/easy_preset.h | |
parent | xz: Print the maximum number of worker threads in xz -vv. (diff) | |
download | xz-7a480e485938884ef3021b48c3b0b9f9699dc9b6.tar.xz |
xz: Fix input file position when --single-stream is used.
Now the following works as you would expect:
echo foo | xz > foo.xz
echo bar | xz >> foo.xz
( xz -dc --single-stream ; xz -dc --single-stream ) < foo.xz
Note that it doesn't work if the input is not seekable
or if there is Stream Padding between the concatenated
.xz Streams.
Diffstat (limited to 'src/liblzma/common/easy_preset.h')
0 files changed, 0 insertions, 0 deletions