smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
162 stars 38 forks source link

Correctly initialize curl_h #35

Closed wmealing closed 4 years ago

wmealing commented 4 years ago

Gday,

It looks like you missed an initialization of curl_h in one of your functions. Easy mistake and likely has no side effects, but it now allows it to build with -Wall in my environment.

Thank you.

wmealing commented 4 years ago

Thank you :)