dbertoni 2004/11/01 21:35:46
Modified: c/src/xalanc/XMLSupport FormatterToXML_UTF16.cpp
Log:
Tweak for previous bug fix.
Revision Changes Path
1.12 +1 -1
xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp
Index: FormatterToXML_UTF16.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- FormatterToXML_UTF16.cpp 1 Nov 2004 22:21:26 -0000 1.11
+++ FormatterToXML_UTF16.cpp 2 Nov 2004 05:35:46 -0000 1.12
@@ -100,7 +100,7 @@
const XalanDOMChar* theChars,
XalanDOMString::size_type theLength)
{
- if (theLength > XalanDOMString::size_type(kBufferSize))
+ if (theLength >= XalanDOMString::size_type(kBufferSize))
{
flushBuffer();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]