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

@@ -3509,7 +3509,7 @@ static CURLcode init_wc_data(struct connectdata *conn)
path[0] = '\0';
}
else { /* only list */
conn->data->set.wildcardmatch = 0L;
conn->data->set.wildcardmatch = FALSE;
ret = ftp_parse_url_path(conn);
return ret;
}