From 0546d448ced64975a6b71ef4ee23650f5fc1e362 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 31 May 2010 17:22:43 +0200 Subject: fix compiler warning: enumerated type mixed with another type --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index 3b15f3c3b..6c48dcb2e 100644 --- a/lib/url.c +++ b/lib/url.c @@ -4172,7 +4172,7 @@ static CURLcode parse_url_userpass(struct SessionHandle *data, * set user/passwd, but doing that first adds more cases here :-( */ - conn->bits.userpwd_in_url = 1; + conn->bits.userpwd_in_url = TRUE; if(data->set.use_netrc != CURL_NETRC_REQUIRED) { /* We could use the one in the URL */ -- cgit v1.2.3