fix compiler warning: enumerated type mixed with another type

This commit is contained in:
Yang Tse
2010-05-31 17:11:51 +02:00
parent 12043e3c9c
commit b4fa27ae4b
2 changed files with 2 additions and 2 deletions

View File

@@ -769,7 +769,7 @@ CURLcode Curl_init_userdefined(struct UserDefined *set)
res = setstropt(&set->str[STRING_SSL_CAPATH], (char *) CURL_CA_PATH);
#endif
set->wildcardmatch = 0L;
set->wildcardmatch = FALSE;
set->chunk_bgn = ZERO_NULL;
set->chunk_end = ZERO_NULL;