[sword-cvs] sword/src/utilfuns utilxml.cpp,1.14,1.15

sword@www.crosswire.org sword@www.crosswire.org
Sat, 24 Jan 2004 11:47:43 -0700


Update of /cvs/core/sword/src/utilfuns
In directory www:/tmp/cvs-serv9163/src/utilfuns

Modified Files:
	utilxml.cpp 
Log Message:
Fixed yesterdays problem with a much better solution


Index: utilxml.cpp
===================================================================
RCS file: /cvs/core/sword/src/utilfuns/utilxml.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- utilxml.cpp	16 Jan 2004 03:42:42 -0000	1.14
+++ utilxml.cpp	24 Jan 2004 18:47:41 -0000	1.15
@@ -25,6 +25,7 @@
 
 SWORD_NAMESPACE_START
 
+const char *XMLTag::nullstr = "";
 void XMLTag::parse() const {
 	int i;
 	int start;