I've already checked this fix into the CVS archives, as I indicated on the
bug that you filed.
Dave
|---------+--------------------------->
| | Basil Hosmer |
| | <bhosmer@macrome|
| | dia.com> |
| | |
| | 04/15/2002 03:50|
| | PM |
| | Please respond |
| | to xalan-dev |
| | |
|---------+--------------------------->
>---------------------------------------------------------------------------------------------------------------------------|
|
|
| To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
|
| cc: (bcc: David N Bertoni/Cambridge/IBM)
|
| Subject: xalan-c 1.3: bug in Function::Execute(), XPath/Function.cpp, line
100 |
>---------------------------------------------------------------------------------------------------------------------------|
else if (theArgCount == 2)
should read:
else if (theArgCount == 3)