[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
- Previous message: [sword-cvs] sword/src/modules/filters osisredletterwords.cpp,1.2,1.3
- Next message: [sword-cvs] sword/bindings/swig swbuf.i,NONE,1.1 localemgr.i,1.2,1.3 swconfig.i,1.3,1.4 swmgr.i,1.5,1.6 sword.i,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
}
- Previous message: [sword-cvs] sword/src/modules/filters osisredletterwords.cpp,1.2,1.3
- Next message: [sword-cvs] sword/bindings/swig swbuf.i,NONE,1.1 localemgr.i,1.2,1.3 swconfig.i,1.3,1.4 swmgr.i,1.5,1.6 sword.i,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]