--- HttpCurl.cpp.orig 2006-08-27 22:26:25.000000000 +0200 +++ HttpCurl.cpp 2006-08-27 22:28:25.000000000 +0200 @@ -256,7 +256,7 @@ case CURLE_OK: { // use this to authenticate - int respCode = -1; + long respCode = -1; curl_easy_getinfo(handle, CURLINFO_RESPONSE_CODE, &respCode); if (respCode == HTTP_AUTH_REQUIRED &&