[sword-cvs] sword/src/modules/filters gbffootnotes.cpp,1.15,1.16

sword@www.crosswire.org sword@www.crosswire.org
Thu, 27 Feb 2003 03:41:20 -0700


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

Modified Files:
	gbffootnotes.cpp 
Log Message:


Index: gbffootnotes.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/gbffootnotes.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** gbffootnotes.cpp	20 Feb 2003 23:01:25 -0000	1.15
--- gbffootnotes.cpp	27 Feb 2003 10:41:18 -0000	1.16
***************
*** 92,97 ****
  				if (!hide) {
  					text += '<';
! 					for (char *tok = token; *tok; tok++)
! 						text += *tok;
  					text += '>';
  				}
--- 92,96 ----
  				if (!hide) {
  					text += '<';
! 					text += token;
  					text += '>';
  				}