From 7ee59512f875604eb468fb6f3d26e39290f781c9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 29 Oct 2017 13:13:23 +0100 Subject: timeleft: made two more users of Curl_timeleft use timediff_t --- lib/http_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_proxy.c') diff --git a/lib/http_proxy.c b/lib/http_proxy.c index dff9d230a..0283c1f3f 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -188,7 +188,7 @@ static CURLcode CONNECT(struct connectdata *conn, CURLcode result; curl_socket_t tunnelsocket = conn->sock[sockindex]; bool closeConnection = FALSE; - time_t check; + timediff_t check; struct http_connect_state *s = conn->connect_state; #define SELECT_OK 0 -- cgit v1.2.3