mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
c: fixes msgpack_zbuffer_flush
This commit is contained in:
parent
93c3cbeaef
commit
f88c029a4c
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ char* msgpack_zbuffer_flush(msgpack_zbuffer* zbuf)
|
|||
return zbuf->data;
|
||||
case Z_OK:
|
||||
msgpack_zbuffer_expand(zbuf);
|
||||
break;
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue