diff --git a/lib/transfer.c b/lib/transfer.c index b8a77fc3af..b8bb9d8cfd 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -1970,7 +1970,7 @@ CURLcode Curl_perform(struct SessionHandle *data) if(rc) res = rc; else - retry = newurl?TRUE:FALSE; + retry = (bool)(newurl?TRUE:FALSE); if(retry) { res = CURLE_OK;