We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98abaae commit b3741cbCopy full SHA for b3741cb
src/ti/mod/github.c
@@ -451,7 +451,7 @@ static CURLcode gh__download_url(
451
curl_easy_setopt(curl, CURLOPT_URL, url);
452
453
/* enable verbose logging when log level is debug */
454
- curl_easy_setopt(curl, CURLOPT_VERBOSE, Logger.level == LOGGER_DEBUG);
+ curl_easy_setopt(curl, CURLOPT_VERBOSE, (long) (Logger.level == LOGGER_DEBUG));
455
456
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_cb);
457
curl_easy_setopt(curl, CURLOPT_WRITEDATA, data);
0 commit comments