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...@apache.org on 2002/04/16 05:08:43 UTC

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

dbertoni    02/04/15 20:08:43

  Modified:    c/src/XPath Function.cpp
  Log:
  Fix for bug 8134.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xalan/c/src/XPath/Function.cpp
  
  Index: Function.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/Function.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Function.cpp	14 Sep 2001 20:06:25 -0000	1.5
  +++ Function.cpp	16 Apr 2002 03:08:43 -0000	1.6
  @@ -97,7 +97,7 @@
   	{
   		return execute(executionContext, context, args[0], args[1], locator);
   	}
  -	else if (theArgCount == 2)
  +	else if (theArgCount == 3)
   	{
   		return execute(executionContext, context, args[0], args[1], args[2], locator);
   	}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org