From 482b3ba70273f2f3cde02e7e57907e1dcc5d9d31 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 26 May 2006 11:26:42 +0000 Subject: long/int cleanup to silence picky compiler warnings --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 8e47a6543..b2cdd8dcb 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -881,7 +881,7 @@ struct UrlState { set, it holds an allocated connection. */ struct connectdata **connects; long numconnects; /* size of the 'connects' array */ - int lastconnect; /* index of most recent connect or -1 if undefined */ + long lastconnect; /* index of most recent connect or -1 if undefined */ char *headerbuff; /* allocated buffer to store headers in */ size_t headersize; /* size of the allocation */ -- cgit v1.2.3