You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/06/01 17:23:59 UTC

cvs commit: xml-xalan/c/src/XPath FunctionLocalName.hpp

dbertoni    00/06/01 08:23:59

  Modified:    c/src/XPath FunctionLocalName.hpp
  Log:
  Added assert.
  
  Revision  Changes    Path
  1.5       +2 -0      xml-xalan/c/src/XPath/FunctionLocalName.hpp
  
  Index: FunctionLocalName.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/FunctionLocalName.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FunctionLocalName.hpp	2000/04/11 14:46:06	1.4
  +++ FunctionLocalName.hpp	2000/06/01 15:23:59	1.5
  @@ -110,6 +110,8 @@
   								   context);
   		}
   
  +		assert(args[0] != 0);
  +
   		const NodeRefListBase&	theNodeList = args[0]->nodeset();
   
   		XalanDOMString	theData;