The Typo That Broke The World

SVN revision: 69030
This commit is contained in:
Mike Blumenkrantz 2012-03-07 21:06:34 +00:00
parent da4d59e589
commit abb90050d8
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ _ecore_con_url_status_get(Ecore_Con_Url *url_con)
long status = 0;
if (!url_con->curl_easy) return;
if (curl_easy_getinfo(url_con->curl_easy, CURLINFO_RESPONSE_CODE, &status))
if (!curl_easy_getinfo(url_con->curl_easy, CURLINFO_RESPONSE_CODE, &status))
url_con->status = status;
else
url_con->status = 0;