Ver código fonte

Fix type mismath. From Arnaud Bergeron.

master
Richard Nyberg 18 anos atrás
pai
commit
368bafd8a6
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      cli/btpd_if.c

+ 1
- 1
cli/btpd_if.c Ver arquivo

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


Carregando…
Cancelar
Salvar