mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-06 18:52:21 +00:00
winhttp: use an unsigned iterator
This commit is contained in:
parent
3b2fa0fb36
commit
9ce0399c4d
@ -283,7 +283,7 @@ static int winhttp_stream_connect(winhttp_stream *s)
|
||||
unsigned long disable_redirects = WINHTTP_DISABLE_REDIRECTS;
|
||||
int default_timeout = TIMEOUT_INFINITE;
|
||||
int default_connect_timeout = DEFAULT_CONNECT_TIMEOUT;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
/* Prepare URL */
|
||||
git_buf_printf(&buf, "%s%s", t->connection_data.path, s->service_url);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user