[sword-svn] r2502 - trunk/utilities

chrislit at crosswire.org chrislit at crosswire.org
Sat Jan 9 05:44:20 MST 2010


Author: chrislit
Date: 2010-01-09 05:44:20 -0700 (Sat, 09 Jan 2010)
New Revision: 2502

Modified:
   trunk/utilities/osis2mod.cpp
Log:
fixed a failing debug assert in VC++

Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp	2010-01-04 23:10:55 UTC (rev 2501)
+++ trunk/utilities/osis2mod.cpp	2010-01-09 12:44:20 UTC (rev 2502)
@@ -1323,7 +1323,7 @@
 	bool intoken = false;
 	bool inWhitespace = false;
 	bool seeingSpace = false;
-	char curChar = '\0';
+	unsigned char curChar = '\0';
 
 	while (infile.good()) {
 		




More information about the sword-cvs mailing list