[sword-cvs] sword/src/modules/filters thmlhtmlhref.cpp,1.26,1.27

sword@www.crosswire.org sword@www.crosswire.org
Thu, 13 Mar 2003 08:35:05 -0700


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

Modified Files:
	thmlhtmlhref.cpp 
Log Message:
fixes

Index: thmlhtmlhref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlhtmlhref.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** thmlhtmlhref.cpp	7 Mar 2003 14:48:18 -0000	1.26
--- thmlhtmlhref.cpp	13 Mar 2003 15:35:03 -0000	1.27
***************
*** 270,275 ****
  		else {
  			buf += '<';
! 			for (const char *tok = token; *tok; tok++)
! 				buf += *tok;
  			buf += '>';
  			//return false;  // we still didn't handle token
--- 270,276 ----
  		else {
  			buf += '<';
! 			/*for (const char *tok = token; *tok; tok++)
! 				buf += *tok;*/
! 			buf += token;
  			buf += '>';
  			//return false;  // we still didn't handle token