[quake3-commits] r2176 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 21 11:17:22 EDT 2011


Author: thilo
Date: 2011-09-21 11:17:22 -0400 (Wed, 21 Sep 2011)
New Revision: 2176

Modified:
   trunk/code/client/cl_curl.c
Log:
Bug 5238  - cURL wrong use of curl_easy_setopt property, by Adrian Fuhrmann


Modified: trunk/code/client/cl_curl.c
===================================================================
--- trunk/code/client/cl_curl.c	2011-09-20 03:39:23 UTC (rev 2175)
+++ trunk/code/client/cl_curl.c	2011-09-21 15:17:22 UTC (rev 2176)
@@ -244,7 +244,7 @@
 			"%s for writing", clc.downloadTempName);
 		return;
 	}
-	qcurl_easy_setopt(clc.downloadCURL, CURLOPT_WRITEDATA, clc.download);
+
 	if(com_developer->integer)
 		qcurl_easy_setopt(clc.downloadCURL, CURLOPT_VERBOSE, 1);
 	qcurl_easy_setopt(clc.downloadCURL, CURLOPT_URL, clc.downloadURL);



More information about the quake3-commits mailing list