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

chrislit at crosswire.org chrislit at crosswire.org
Sat Jun 29 08:17:44 MST 2013


Author: chrislit
Date: 2013-06-29 08:17:44 -0700 (Sat, 29 Jun 2013)
New Revision: 2848

Modified:
   trunk/src/mgr/encfiltmgr.cpp
Log:
fixed deprecated method casing


Modified: trunk/src/mgr/encfiltmgr.cpp
===================================================================
--- trunk/src/mgr/encfiltmgr.cpp	2013-06-29 15:12:06 UTC (rev 2847)
+++ trunk/src/mgr/encfiltmgr.cpp	2013-06-29 15:17:44 UTC (rev 2848)
@@ -92,7 +92,7 @@
                 module->addRawFilter(latin1utf8);
 	}
 	else if (!stricmp(encoding.c_str(), "SCSU")) {
-		module->AddRawFilter(scsuutf8);
+		module->addRawFilter(scsuutf8);
 	}
 }
 




More information about the sword-cvs mailing list