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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to