diff options
Diffstat (limited to 'lib/transfer.c')
-rw-r--r-- | lib/transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index b8a77fc3a..b8bb9d8cf 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; |