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/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/connect.c') diff --git a/lib/connect.c b/lib/connect.c index 787026942..218bbcc78 100755 --- a/lib/connect.c +++ b/lib/connect.c @@ -721,7 +721,7 @@ CURLcode Curl_is_connected(struct connectdata *conn, { struct Curl_easy *data = conn->data; CURLcode result = CURLE_OK; - time_t allow; + timediff_t allow; int error = 0; struct curltime now; int rc; -- cgit v1.2.3