mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
fix compiler warning: enumerated type mixed with another type
This commit is contained in:
parent
b4fa27ae4b
commit
0546d448ce
2 changed files with 2 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ static int setcharset(unsigned char **p, unsigned char *charset)
|
|||
if(!something_found) {
|
||||
if(charset[CURLFNM_NEGATE]) {
|
||||
charset[c] = 1;
|
||||
something_found = 1;
|
||||
something_found = TRUE;
|
||||
}
|
||||
else
|
||||
charset[CURLFNM_NEGATE] = 1; /* negate charset */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue