fixup signed/unsigned mismatch

This commit is contained in:
Viktor Szakats 2025-07-11 14:01:51 +02:00
parent 59c6b8e30e
commit d40241e201
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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++) {