[sword-cvs] sword/src/modules/filters gbfstrongs.cpp,1.19,1.20 osisstrongs.cpp,1.3,1.4 thmlstrongs.cpp,1.13,1.14

sword@www.crosswire.org sword@www.crosswire.org
Thu, 27 Feb 2003 01:26:34 -0700


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

Modified Files:
	gbfstrongs.cpp osisstrongs.cpp thmlstrongs.cpp 
Log Message:


Index: gbfstrongs.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/gbfstrongs.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** gbfstrongs.cpp	25 Feb 2003 05:01:15 -0000	1.19
--- gbfstrongs.cpp	27 Feb 2003 08:26:32 -0000	1.20
***************
*** 88,92 ****
  						module->getEntryAttributes()["Word"][wordstr]["Strongs"] = val;
  						tmp = "";
! 						tmp.append(text.c_str()+textStart, text.c_str()+((int)(textEnd - textStart)));
  						module->getEntryAttributes()["Word"][wordstr]["Text"] = tmp;
  						newText = true;
--- 88,92 ----
  						module->getEntryAttributes()["Word"][wordstr]["Strongs"] = val;
  						tmp = "";
! 						tmp.append(text.c_str()+textStart, (int)(textEnd - textStart));
  						module->getEntryAttributes()["Word"][wordstr]["Text"] = tmp;
  						newText = true;

Index: osisstrongs.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osisstrongs.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** osisstrongs.cpp	27 Feb 2003 00:56:31 -0000	1.3
--- osisstrongs.cpp	27 Feb 2003 08:26:32 -0000	1.4
***************
*** 91,95 ****
  							module->getEntryAttributes()["Word"][wordstr]["Strongs"] = val;
  							tmp = "";
! 							tmp.append(text.c_str()+textStart, text.c_str()+((int)(textEnd - textStart)));
  							module->getEntryAttributes()["Word"][wordstr]["Text"] = tmp;
  							newText = true;
--- 91,95 ----
  							module->getEntryAttributes()["Word"][wordstr]["Strongs"] = val;
  							tmp = "";
! 							tmp.append(text.c_str()+textStart, (int)(textEnd - textStart));
  							module->getEntryAttributes()["Word"][wordstr]["Text"] = tmp;
  							newText = true;

Index: thmlstrongs.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlstrongs.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** thmlstrongs.cpp	26 Feb 2003 01:31:49 -0000	1.13
--- thmlstrongs.cpp	27 Feb 2003 08:26:32 -0000	1.14
***************
*** 87,91 ****
  						module->getEntryAttributes()["Word"][wordstr]["Strongs"] = val;
  						tmp = "";
! 						tmp.append(text.c_str()+textStart, text.c_str()+((int)(textEnd - textStart)));
  						module->getEntryAttributes()["Word"][wordstr]["Text"] = tmp;
  						newText = true;
--- 87,91 ----
  						module->getEntryAttributes()["Word"][wordstr]["Strongs"] = val;
  						tmp = "";
! 						tmp.append(text.c_str()+textStart, (int)(textEnd - textStart));
  						module->getEntryAttributes()["Word"][wordstr]["Text"] = tmp;
  						newText = true;