Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/telebot-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ telebot_error_e telebot_core_download_file(telebot_core_handler_t *core_h,
(out_file == NULL))
return TELEBOT_ERROR_INVALID_PARAMETER;

CURL *curl_h;
CURL *curl_h = NULL;
CURLcode res;
long resp_code = 0L;

Expand Down