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

dglassey at crosswire.org dglassey at crosswire.org
Wed Jun 8 20:52:07 MST 2005


Author: dglassey
Date: 2005-06-08 20:52:06 -0700 (Wed, 08 Jun 2005)
New Revision: 1823

Modified:
   trunk/src/mgr/curlftpt.cpp
Log:
remove assigning -1 to a char warning

Modified: trunk/src/mgr/curlftpt.cpp
===================================================================
--- trunk/src/mgr/curlftpt.cpp	2005-06-08 17:01:34 UTC (rev 1822)
+++ trunk/src/mgr/curlftpt.cpp	2005-06-09 03:52:06 UTC (rev 1823)
@@ -65,7 +65,7 @@
 
 
 char CURLFTPTransport::getURL(const char *destPath, const char *sourceURL) {
-	char retVal = 0;
+	signed char retVal = 0;
 	struct FtpFile ftpfile = {destPath, NULL};
 
 	CURLcode res;



More information about the sword-cvs mailing list