Browse Source

Fix type mismath. From Arnaud Bergeron.

master
Richard Nyberg 18 years ago
parent
commit
368bafd8a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cli/btpd_if.c

+ 1
- 1
cli/btpd_if.c View File

@@ -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);


Loading…
Cancel
Save