changes to silent compiler warnings with 64bit systems.
This commit is contained in:
@@ -1035,7 +1035,7 @@ static CURLcode tftp_do(struct connectdata *conn, bool *done)
|
|||||||
case TFTP_EVENT_OACK:
|
case TFTP_EVENT_OACK:
|
||||||
code = tftp_parse_option_ack(state,
|
code = tftp_parse_option_ack(state,
|
||||||
(const char *)state->rpacket.data+2,
|
(const char *)state->rpacket.data+2,
|
||||||
state->rbytes-2);
|
(int)state->rbytes-2);
|
||||||
if(code)
|
if(code)
|
||||||
return code;
|
return code;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user