mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 11:05:05 +02:00
fix build
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user