[sword-svn] r1701 - trunk/src/mgr

jansorg at crosswire.org jansorg at crosswire.org
Fri Jan 28 15:43:00 MST 2005


Author: jansorg
Date: 2005-01-28 15:42:59 -0700 (Fri, 28 Jan 2005)
New Revision: 1701

Modified:
   trunk/src/mgr/curlftpt.cpp
Log:
fix to the fix to the fix of the ifdef logic :)

Modified: trunk/src/mgr/curlftpt.cpp
===================================================================
--- trunk/src/mgr/curlftpt.cpp	2005-01-28 22:37:55 UTC (rev 1700)
+++ trunk/src/mgr/curlftpt.cpp	2005-01-28 22:42:59 UTC (rev 1701)
@@ -104,7 +104,7 @@
 #endif
 
 #ifdef EPRT_AVAILABLE
-		curl_easy_setopt(session, CURLOPT_FTP_USE_EPRT, 0); //curl 8.0 or later
+		curl_easy_setopt(session, CURLOPT_FTP_USE_EPRT, 0);
 #endif
 		
 		res = curl_easy_perform(session);



More information about the sword-cvs mailing list