You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/12/21 16:05:34 UTC

cvs commit: xml-xalan/c/src/XPath FunctionName.cpp

auriemma    00/12/21 07:05:34

  Modified:    c/src/XPath FunctionName.cpp
  Log:
  Change return value from 0 to XObjectPtr(). Error on HP.
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xalan/c/src/XPath/FunctionName.cpp
  
  Index: FunctionName.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/FunctionName.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FunctionName.cpp	2000/12/21 04:29:29	1.6
  +++ FunctionName.cpp	2000/12/21 15:05:33	1.7
  @@ -83,8 +83,8 @@
   	{
   		executionContext.error("The name() function requires a non-null context node!");
   
  -        // Dummy return value...
  -        return 0;
  +		// Dummy return value...
  +		return XObjectPtr();
   	}
   	else
   	{