From 2e830066031e1aa1e6bc4bef8d02dd30bbde205a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Jan 2010 18:43:29 +0000 Subject: use the modern name for this option --- docs/examples/curlx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') diff --git a/docs/examples/curlx.c b/docs/examples/curlx.c index 09d27cc97..9b1c29158 100644 --- a/docs/examples/curlx.c +++ b/docs/examples/curlx.c @@ -453,7 +453,7 @@ int main(int argc, char **argv) { { FILE *outfp; BIO_get_fp(out,&outfp); - curl_easy_setopt(p.curl, CURLOPT_FILE,outfp); + curl_easy_setopt(p.curl, CURLOPT_WRITEDATA, outfp); } res = curl_easy_setopt(p.curl, CURLOPT_SSL_CTX_FUNCTION, sslctxfun) ; -- cgit v1.2.1