dbertoni 01/09/26 15:38:40
Modified: c/src/XSLT ElemNumber.cpp
Log:
32/64-bit fixes.
Revision Changes Path
1.49 +1 -1 xml-xalan/c/src/XSLT/ElemNumber.cpp
Index: ElemNumber.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ElemNumber.cpp 2001/09/26 21:30:23 1.48
+++ ElemNumber.cpp 2001/09/26 22:38:40 1.49
@@ -764,7 +764,7 @@
ElemNumber::formatNumberList(
StylesheetExecutionContext& executionContext,
const int
theList[],
- unsigned int theListLength,
+ NodeRefListBase::size_type theListLength,
XalanNode*
contextNode,
XalanDOMString& theResult)
const
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]