mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-15 23:20:08 +02:00
Fix iovec-related tests
This commit is contained in:
@@ -1616,7 +1616,7 @@ TEST(MSGPACKC, object_bin_print_buffer_overflow) {
|
||||
#define GEN_TEST_VREFBUFFER_PREPARE(...) \
|
||||
msgpack_vrefbuffer vbuf; \
|
||||
msgpack_packer pk; \
|
||||
const iovec *iov; \
|
||||
const msgpack_iovec *iov; \
|
||||
size_t iovcnt, len = 0, i; \
|
||||
char buf[1024]; \
|
||||
msgpack_vrefbuffer_init(&vbuf, 0, 0); \
|
||||
|
Reference in New Issue
Block a user