mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 18:59:59 +00:00
fix build
This commit is contained in:
parent
d3f9ab7dec
commit
51e435d46c
2 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ TEST(MSGPACKC, simple_buffer)
|
|||
msgpack_packer pk;
|
||||
msgpack_packer_init(&pk, &sbuf, msgpack_sbuffer_write);
|
||||
|
||||
msgpack_pack_int(pk, 1);
|
||||
msgpack_pack_int(&pk, 1);
|
||||
|
||||
msgpack_zone z;
|
||||
msgpack_zone_init(&z, 2048);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue