mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
changes to silent compiler warnings with 64bit systems.
This commit is contained in:
parent
1d5627b181
commit
8570883412
@ -1035,7 +1035,7 @@ static CURLcode tftp_do(struct connectdata *conn, bool *done)
|
||||
case TFTP_EVENT_OACK:
|
||||
code = tftp_parse_option_ack(state,
|
||||
(const char *)state->rpacket.data+2,
|
||||
state->rbytes-2);
|
||||
(int)state->rbytes-2);
|
||||
if(code)
|
||||
return code;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user