commit | ea00545beace5b950f709ec21e46878e0f448678 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Thu Jul 04 13:25:11 2013 +0300 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Thu Jul 04 13:25:11 2013 +0300 |
tree | e58d43863fa1851ca83201efb6ffb481a6165ff2 | |
parent | 736903c64bef394c06685d79908e397bcb08b88f [diff] |
xz: Fix the test when to read more input. Testing for end of file was no longer correct after full flushing became possible with --block-size=SIZE and --block-list=SIZES. There was no bug in practice though because xz just made a few unneeded zero-byte reads.