[sword-cvs] sword/src/modules/filters osisfootnotes.cpp,1.6,1.7 thmlrtf.cpp,1.31,1.32

sword@www.crosswire.org sword@www.crosswire.org
Fri, 27 Jun 2003 04:31:44 -0700


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

Modified Files:
	osisfootnotes.cpp thmlrtf.cpp 
Log Message:
no message

Index: osisfootnotes.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osisfootnotes.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** osisfootnotes.cpp	27 Jun 2003 06:12:19 -0000	1.6
--- osisfootnotes.cpp	27 Jun 2003 11:31:42 -0000	1.7
***************
*** 67,71 ****
  
  			XMLTag tag(token);
! 			if (!strcmp(tag.getName(), "note") && strcmp(tag.getAttribute("type"), "crossReference")) {
  				if (!tag.isEndTag() && (!tag.isEmpty())) {
  					startTag = tag;
--- 67,71 ----
  
  			XMLTag tag(token);
! 			if (!strcmp(tag.getName(), "note") && ((!tag.getAttribute("type")) || (strcmp(tag.getAttribute("type"), "crossReference")))) {
  				if (!tag.isEndTag() && (!tag.isEmpty())) {
  					startTag = tag;

Index: thmlrtf.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlrtf.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** thmlrtf.cpp	27 Jun 2003 01:41:08 -0000	1.31
--- thmlrtf.cpp	27 Jun 2003 11:31:42 -0000	1.32
***************
*** 253,257 ****
                          }
  */
!                         delete filepath;
  		}
  		else {
--- 253,257 ----
                          }
  */
!                         delete [] filepath;
  		}
  		else {