[sword-svn] r3727 - trunk/src/modules/filters

scribe at crosswire.org scribe at crosswire.org
Tue Apr 28 19:33:24 MST 2020


Author: scribe
Date: 2020-04-28 19:33:23 -0700 (Tue, 28 Apr 2020)
New Revision: 3727

Modified:
   trunk/src/modules/filters/scsuutf8.cpp
Log:
initialize err in c-tor of scsuutf8


Modified: trunk/src/modules/filters/scsuutf8.cpp
===================================================================
--- trunk/src/modules/filters/scsuutf8.cpp	2020-04-26 17:53:51 UTC (rev 3726)
+++ trunk/src/modules/filters/scsuutf8.cpp	2020-04-29 02:33:23 UTC (rev 3727)
@@ -40,8 +40,13 @@
 SWORD_NAMESPACE_START
 
 
-SCSUUTF8::SCSUUTF8() {
+SCSUUTF8::SCSUUTF8()
 #ifdef _ICU_
+ : err()
+#endif
+{
+#ifdef _ICU_
+	
 	// initialize SCSU converter
 	scsuConv = ucnv_open("SCSU", &err);
 	// initialize UTF-8 converter




More information about the sword-cvs mailing list