Loading lib/tftp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -204,7 +204,7 @@ static CURLcode tftp_set_timeouts(tftp_state_data_t *state) { { time_t maxtime, timeout; time_t maxtime, timeout; long timeout_ms; long timeout_ms; const bool start = (state->state == TFTP_STATE_START); bool start = (bool)(state->state == TFTP_STATE_START); time(&state->start_time); time(&state->start_time); Loading Loading
lib/tftp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -204,7 +204,7 @@ static CURLcode tftp_set_timeouts(tftp_state_data_t *state) { { time_t maxtime, timeout; time_t maxtime, timeout; long timeout_ms; long timeout_ms; const bool start = (state->state == TFTP_STATE_START); bool start = (bool)(state->state == TFTP_STATE_START); time(&state->start_time); time(&state->start_time); Loading