Skip to content

Commit b3741cb

Browse files
committed
force long
1 parent 98abaae commit b3741cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ti/mod/github.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ static CURLcode gh__download_url(
451451
curl_easy_setopt(curl, CURLOPT_URL, url);
452452

453453
/* enable verbose logging when log level is debug */
454-
curl_easy_setopt(curl, CURLOPT_VERBOSE, Logger.level == LOGGER_DEBUG);
454+
curl_easy_setopt(curl, CURLOPT_VERBOSE, (long) (Logger.level == LOGGER_DEBUG));
455455

456456
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_cb);
457457
curl_easy_setopt(curl, CURLOPT_WRITEDATA, data);

0 commit comments

Comments
 (0)