mirror of
https://github.com/curl/curl.git
synced 2026-06-05 14:24:15 +03:00
fixup signed/unsigned mismatch
This commit is contained in:
parent
59c6b8e30e
commit
d40241e201
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static int parsekeyword(const unsigned char **pattern, unsigned char *charset)
|
|||
{
|
||||
parsekey_state state = CURLFNM_PKW_INIT;
|
||||
char keyword[10] = { 0 };
|
||||
int i;
|
||||
size_t i;
|
||||
const unsigned char *p = *pattern;
|
||||
bool found = FALSE;
|
||||
for(i = 0; !found; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue