[sword-cvs] sword/src/modules/filters gbfhtml.cpp,1.23,1.24 gbfhtmlhref.cpp,1.12,1.13

sword@www.crosswire.org sword@www.crosswire.org
Sun, 26 Jan 2003 00:50:28 -0700


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

Modified Files:
	gbfhtml.cpp gbfhtmlhref.cpp 
Log Message:
fixed char *num (needed const)

Index: gbfhtml.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/gbfhtml.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** gbfhtml.cpp	10 Jan 2003 20:44:11 -0000	1.23
--- gbfhtml.cpp	26 Jan 2003 07:50:26 -0000	1.24
***************
*** 67,71 ****
  	char val[128];
  	char *valto;
! 	char *num;
  
  	if (!substituteToken(buf, token)) {		
--- 67,71 ----
  	char val[128];
  	char *valto;
! 	const char *num;
  
  	if (!substituteToken(buf, token)) {		

Index: gbfhtmlhref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/gbfhtmlhref.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** gbfhtmlhref.cpp	10 Jan 2003 20:44:11 -0000	1.12
--- gbfhtmlhref.cpp	26 Jan 2003 07:50:26 -0000	1.13
***************
*** 68,72 ****
  	char val[128];
  	char *valto;
! 	char *num;
  
  	if (!substituteToken(buf, token)) {		
--- 68,72 ----
  	char val[128];
  	char *valto;
! 	const char *num;
  
  	if (!substituteToken(buf, token)) {