[sword-cvs] sword/src/modules/filters osisrtf.cpp,1.5,1.6 osishtmlhref.cpp,1.2,1.3

sword@www.crosswire.org sword@www.crosswire.org
Tue, 24 Jun 2003 20:45:48 -0700


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

Modified Files:
	osisrtf.cpp osishtmlhref.cpp 
Log Message:
strongs numbers should display now

Index: osisrtf.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osisrtf.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** osisrtf.cpp	18 Jun 2003 23:37:22 -0000	1.5
--- osisrtf.cpp	25 Jun 2003 03:45:46 -0000	1.6
***************
*** 49,53 ****
      if (!strncmp(token, "w", 1)) {
        buf += "{";
!       userData["w"] == token;
      }
      else if (!strncmp(token, "/w", 2)) {
--- 49,53 ----
      if (!strncmp(token, "w", 1)) {
        buf += "{";
!       userData["w"] = token;
      }
      else if (!strncmp(token, "/w", 2)) {

Index: osishtmlhref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osishtmlhref.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** osishtmlhref.cpp	24 Jun 2003 12:20:57 -0000	1.2
--- osishtmlhref.cpp	25 Jun 2003 03:45:46 -0000	1.3
***************
*** 38,42 ****
      //w
      if (!strncmp(token, "w", 1)) {
!       userData["w"] == token;
      }
      else if (!strncmp(token, "/w", 2)) {
--- 38,42 ----
      //w
      if (!strncmp(token, "w", 1)) {
!       userData["w"] = token;
      }
      else if (!strncmp(token, "/w", 2)) {