some inits

This commit is contained in:
Jacek Jendrzej
2017-01-30 17:22:41 +01:00
parent 6a3778ba93
commit f4f351e9ba
6 changed files with 13 additions and 12 deletions

View File

@@ -148,7 +148,7 @@ bool cYTCache::download(MI_MOVIE_INFO *mi)
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, (long)0);
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
char cerror[CURL_ERROR_SIZE];
char cerror[CURL_ERROR_SIZE] = {0};
curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, cerror);
if(!g_settings.softupdate_proxyserver.empty()) {