mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 17:28:02 +00:00
One more try to fix the build...
This commit is contained in:
parent
53f717338b
commit
c6c693923e
@ -889,7 +889,7 @@ lwip_recv_tcp(struct lwip_sock *sock, void *mem, size_t len, int flags)
|
||||
sock->lastdata.pbuf = p;
|
||||
}
|
||||
|
||||
LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recv_tcp: buflen=%"U16_F" len=%"SZT_F" off=%d\n",
|
||||
LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recv_tcp: buflen=%"U16_F" recv_left=%d off=%d\n",
|
||||
p->tot_len, recv_left, recvd));
|
||||
|
||||
if (recv_left > p->tot_len) {
|
||||
|
Loading…
Reference in New Issue
Block a user