You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Basil Hosmer <bh...@macromedia.com> on 2002/04/16 00:50:05 UTC

xalan-c 1.3: bug in Function::Execute(), XPath/Function.cpp, line 100

	else if (theArgCount == 2)

should read:

	else if (theArgCount == 3)