[sword-cvs] sword/src/mgr installmgr.cpp,1.17,1.18

sword@www.crosswire.org sword@www.crosswire.org
Sat, 17 Jan 2004 10:53:05 -0700


Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv23424

Modified Files:
	installmgr.cpp 
Log Message:
mgruner: changed TRUE to true to make it compile again

Index: installmgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/installmgr.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- installmgr.cpp	16 Jan 2004 03:42:41 -0000	1.17
+++ installmgr.cpp	17 Jan 2004 17:53:03 -0000	1.18
@@ -150,7 +150,7 @@
 		curl_easy_setopt(curl, CURLOPT_FILE, &ftpfile);
 
 		/* Switch on full protocol/debug output */
-		curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE);
+		curl_easy_setopt(curl, CURLOPT_VERBOSE, true);
 
 		res = curl_easy_perform(curl);