dbertoni 01/09/28 08:31:59
Modified: c/src/XPathCAPI XPathCAPI.cpp
Log:
Fixed call to transcoder.
Revision Changes Path
1.2 +2 -2 xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp
Index: XPathCAPI.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XPathCAPI.cpp 2001/09/27 21:09:30 1.1
+++ XPathCAPI.cpp 2001/09/28 15:31:59 1.2
@@ -300,8 +300,8 @@
assert(theChars != 0);
assert(theCharsCount != 0);
- unsigned int theSourceCharsTranscoded = 0;
- unsigned int theTargetBytesUsed = 0;
+ size_t theSourceCharsTranscoded = 0;
+ size_t theTargetBytesUsed = 0;
const XalanTranscodingServices::eCode theCode =
theTranscoder->transcode(
#if defined(XALAN_OLD_STYLE_CASTS)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]