diff options
Diffstat (limited to 'vu_common.c')
| -rw-r--r-- | vu_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vu_common.c b/vu_common.c index 92381cd..13b1e51 100644 --- a/vu_common.c +++ b/vu_common.c @@ -256,7 +256,7 @@ int vu_send_single(const struct ctx *c, const void *buf, size_t size) ARRAY_SIZE(in_sg), &in_total, size, &total); if (elem_cnt == 0 || total < size) { debug("vu_send_single: no space to send the data " - "elem_cnt %d size %zd", elem_cnt, total); + "elem_cnt %d size %zu", elem_cnt, total); goto err; } |
