Compile fix for non-standalone with DEBUG_CURLIO

Oops, that option doesn't exist in the prebuilt curl version.
This commit is contained in:
Aleric Inglewood
2012-12-14 16:40:03 +01:00
parent 018737eb15
commit 4d7d3ea937

View File

@@ -624,7 +624,7 @@ void debug_curl_easy_reset(CURL* handle)
CURLcode debug_curl_easy_setopt(CURL* handle, CURLoption option, ...)
{
CURLcode ret = CURLE_UNKNOWN_OPTION; // Suppress compiler warning.
CURLcode ret = CURLE_OBSOLETE50; // Suppress compiler warning.
va_list ap;
union param_type {
long along;