Fix iovec-related tests

This commit is contained in:
Daniil Kovalev
2021-05-08 17:58:09 +03:00
parent 0f1d0ed78c
commit 6b4a7b3b16
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ TEST(buffer, vrefbuffer_c)
MSGPACK_VREFBUFFER_REF_SIZE + 1,
ref_size, chunk_size + 1};
size_t iovcnt;
const iovec *iov;
const msgpack_iovec *iov;
size_t len = 0, i;
char *buf;