[sword-cvs] sword/src/modules/filters osisredletterwords.cpp,1.3,1.4

sword@www.crosswire.org sword@www.crosswire.org
Sat, 28 Jun 2003 12:20:55 -0700


Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv11374/modules/filters

Modified Files:
	osisredletterwords.cpp 
Log Message:
small fix to remove extraneous '<' and '>'

Index: osisredletterwords.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osisredletterwords.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** osisredletterwords.cpp	28 Jun 2003 19:04:32 -0000	1.3
--- osisredletterwords.cpp	28 Jun 2003 19:20:53 -0000	1.4
***************
*** 66,70 ****
  				if ((tag.getAttribute("who")) && (!stricmp(tag.getAttribute("who"), "Jesus"))) {
  					tag.setAttribute("who", 0);
! 					text += token;	// token toString already has < and >
  					continue;
  				}
--- 66,70 ----
  				if ((tag.getAttribute("who")) && (!stricmp(tag.getAttribute("who"), "Jesus"))) {
  					tag.setAttribute("who", 0);
! 					text += tag;	// tag toString already has < and >
  					continue;
  				}