wok-current diff qemu/stuff/cloop.u @ rev 25024
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 20:10:17 2022 +0000 (2022-05-18) |
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 Wed May 18 20:10:17 2022 +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: