mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Added additional files to unit tests.
Fixed compiler warnings.
This commit is contained in:
parent
e9ae46ba27
commit
9897259b04
6 changed files with 8 additions and 9 deletions
|
|
@ -245,7 +245,7 @@ int32_t mz_stream_pkcrypt_write(void *stream, const void *buf, int32_t size)
|
|||
|
||||
do
|
||||
{
|
||||
if (bytes_to_write > (size - total_written));
|
||||
if (bytes_to_write > (size - total_written))
|
||||
bytes_to_write = (size - total_written);
|
||||
|
||||
for (i = 0; i < bytes_to_write; i += 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue