wok diff qemu/stuff/cloop.u @ rev 24047
Up ipxe (1.21.1), rsync (3.2.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 10 19:33:04 2021 +0000 (2021-05-10) |
parents | cea6e929d21e |
children |
line diff
1.1 --- a/qemu/stuff/cloop.u Tue May 05 11:06:44 2020 +0000 1.2 +++ b/qemu/stuff/cloop.u Mon May 10 19:33:04 2021 +0000 1.3 @@ -185,7 +185,7 @@ 1.4 + size_t src_pos; 1.5 + size_t dest_pos; 1.6 + uint64_t memlimit; 1.7 -+ uint32_t outlen = s->zstream.total_out; 1.8 ++ uint32_t outlen = s->zstream.avail_out; 1.9 + 1.10 + switch (flag) { 1.11 + case CLOOP_COMPRESSOR_ZLIB: