diff options
Diffstat (limited to 'cli/btpd_if.c')
| -rw-r--r-- | cli/btpd_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/btpd_if.c b/cli/btpd_if.c index c15ce08..241a1c0 100644 --- a/cli/btpd_if.c +++ b/cli/btpd_if.c @@ -109,7 +109,7 @@ ipc_buf_req(struct ipc *ipc, struct io_buffer *iob) { int err; char *res; - size_t reslen; + uint32_t reslen; err = ipc_req_res(ipc, iob->buf, iob->buf_off, &res, &reslen); free(iob->buf); |