This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix type mismath. From Arnaud Bergeron.
master
Richard Nyberg
18 years ago
parent
3c5beeaa0e
commit
368bafd8a6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save