mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Set COMPRESSION_STREAM_FINALIZE properly.
This commit is contained in:
parent
13a51b9389
commit
b066fd9677
@ -141,9 +141,9 @@ int32_t mz_stream_libcomp_read(void *stream, void *buf, int32_t size)
|
||||
|
||||
if (read < 0)
|
||||
return read;
|
||||
if (read == 0 && out_bytes == 0)
|
||||
break;
|
||||
|
||||
if (read == 0)
|
||||
flags = COMPRESSION_STREAM_FINALIZE;
|
||||
|
||||
libcomp->cstream.src_ptr = libcomp->buffer;
|
||||
libcomp->cstream.src_size = (size_t)read;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user