From 7e7d89471a3815ee6bf479c8653cefbec9cf52d4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 22 Aug 2003 12:25:47 +0000 Subject: use proper type to prevent compiler warning --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/hostip.c b/lib/hostip.c index b546f0de2..5c3a71841 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -212,7 +212,7 @@ cache_resolv_response(struct SessionHandle *data, int port) { char *entry_id; - int entry_len; + ssize_t entry_len; struct Curl_dns_entry *dns; time_t now; -- cgit v1.2.3