[sword-cvs] sword/src/modules/filters thmlosis.cpp,1.27,1.28
sword at www.crosswire.org
sword at www.crosswire.org
Sun May 16 13:59:09 MST 2004
Committed by: scribe
Update of /cvs/core/sword/src/modules/filters
In directory www:/tmp/cvs-serv21967/src/modules/filters
Modified Files:
thmlosis.cpp
Log Message:
no message
Index: thmlosis.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/filters/thmlosis.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- thmlosis.cpp 19 Apr 2004 14:11:23 -0000 1.27
+++ thmlosis.cpp 16 May 2004 20:59:05 -0000 1.28
@@ -63,7 +63,7 @@
const char* from = orig.c_str();
text = "";
- for (const char* from = orig.c_str(); *from; ++from) {
+ for (from = orig.c_str(); *from; ++from) {
if (*from == '<') { //start of new token detected
intoken = true;
tokpos = 0;
More information about the sword-cvs
mailing list