wok diff qemu/stuff/cloop.u @ rev 23920

Up tazusb (207)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 19 17:19:00 2020 +0000 (2020-08-19)
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 Aug 19 17:19:00 2020 +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: