[sword-cvs] sword/src/modules/filters osisstrongs.cpp,1.13,1.14

sword@www.crosswire.org sword@www.crosswire.org
Sat, 13 Mar 2004 17:10:29 -0700


Update of /cvs/core/sword/src/modules/filters
In directory www:/tmp/cvs-serv25485/src/modules/filters

Modified Files:
	osisstrongs.cpp 
Log Message:


Index: osisstrongs.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/filters/osisstrongs.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- osisstrongs.cpp	19 Feb 2004 17:33:13 -0000	1.13
+++ osisstrongs.cpp	14 Mar 2004 00:10:27 -0000	1.14
@@ -86,7 +86,7 @@
 							
 							//now try to find the end tag to get the text between <w> and </w> to set the entry attribute
 							
-							char* startTagEnd = index(from, '>'); //end of the opening tag
+							char* startTagEnd = strstr(from, ">"); //end of the opening tag
 							if (startTagEnd) {
 								startTagEnd++;