--- installmgr.cpp.orig 2004-03-30 21:18:02.745587528 +0200 +++ installmgr.cpp 2004-03-30 21:18:18.388209488 +0200 @@ -150,7 +150,7 @@ curl_easy_setopt(curl, CURLOPT_FILE, &ftpfile); /* Switch on full protocol/debug output */ - curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE); + curl_easy_setopt(curl, CURLOPT_VERBOSE); res = curl_easy_perform(curl);