-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.3.x
-
Fix Version/s: None
-
Component/s: XPathC
-
Labels:None
-
Environment:Operating System: Windows NT/2K
Platform: PC
-
Bugzilla Id:8134
, XPath/Function.cpp, line 100 is
else if (theArgCount == 2)
should read:
else if (theArgCount == 3)
Symptom: extension functions with 3 arguments are never invoked properly.