Compiler warning fix
authorYang Tse <yangsita@gmail.com>
Mon, 25 Sep 2006 00:05:39 +0000 (00:05 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 25 Sep 2006 00:05:39 +0000 (00:05 +0000)
lib/url.c

index 6e5fefe..5039010 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -395,7 +395,7 @@ CURLcode Curl_ch_connc(struct SessionHandle *data,
                        struct conncache *c,
                        long newamount)
 {
-  int i;
+  long i;
   struct connectdata **newptr;
 
   if(newamount < c->num) {