From 6b1220b61d5ed2481dbf31714a68be6ef6eed3da Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 Apr 2005 13:08:49 +0000 Subject: Cory Nelson's work on nuking compiler warnings when building on x64 with VS2005. --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index fb9c5905d..75e340064 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1748,7 +1748,7 @@ static int handleSock5Proxy(const char *proxy_name, ssize_t written; int result; CURLcode code; - int sock = conn->sock[FIRSTSOCKET]; + curl_socket_t sock = conn->sock[FIRSTSOCKET]; Curl_nonblock(sock, FALSE); -- cgit v1.2.3