Procházet zdrojové kódy

Fix type mismath. From Arnaud Bergeron.

master
Richard Nyberg před 18 roky
rodič
revize
368bafd8a6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      cli/btpd_if.c

+ 1
- 1
cli/btpd_if.c Zobrazit soubor

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


Načítá se…
Zrušit
Uložit