[sword-cvs] sword/src/mgr stringmgr.cpp,1.4,1.5

sword at www.crosswire.org sword at www.crosswire.org
Thu Jul 15 03:36:18 MST 2004


Committed by: joachim

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

Modified Files:
	stringmgr.cpp 
Log Message:
small fix

Index: stringmgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/stringmgr.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stringmgr.cpp	3 Jul 2004 18:10:50 -0000	1.4
+++ stringmgr.cpp	15 Jul 2004 10:36:15 -0000	1.5
@@ -170,7 +170,7 @@
 	}
 	
 	char* ICUStringMgr::upperLatin1(char* t) {
- 		StringMgr::upperLatin1(t); //use the default implementation
+ 		return StringMgr::upperLatin1(t); //use the default implementation
 	}
 	
 #endif



More information about the sword-cvs mailing list