mirror of
https://github.com/curl/curl.git
synced 2026-04-26 19:32:13 +03:00
removed warning about signed/unsigned comparison
This commit is contained in:
parent
db6d4bcf47
commit
3b9ef8dfc8
1 changed files with 1 additions and 1 deletions
|
|
@ -1611,7 +1611,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||
|
||||
nope=no_proxy?strtok_r(no_proxy, ", ", &no_proxy_tok_buf):NULL;
|
||||
while(nope) {
|
||||
int namelen;
|
||||
unsigned int namelen;
|
||||
char *endptr = strchr(conn->name, ':');
|
||||
if(endptr)
|
||||
namelen=endptr-conn->name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue