[cmake-commits] andy committed sepheaders.c 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Apr 15 11:56:09 EDT 2007


Update of /cvsroot/CMake/CMake/Utilities/cmcurl/Testing
In directory public:/mounts/ram/cvs-serv15947/Testing

Modified Files:
	sepheaders.c 
Log Message:
ENH: Fix old api


Index: sepheaders.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/Testing/sepheaders.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sepheaders.c	24 Jun 2005 13:02:16 -0000	1.1
+++ sepheaders.c	15 Apr 2007 15:56:07 -0000	1.2
@@ -42,7 +42,7 @@
   curl_easy_setopt(curl_handle, CURLOPT_NOPROGRESS, 1);
 
   /* shut up completely */
-  curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1);
+  //curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1);
 
   /* send all data to this function  */
   curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, write_data);



More information about the Cmake-commits mailing list