dbertoni 01/09/27 07:36:57
Modified: c/src/PlatformSupport XalanOutputStreamPrintWriter.cpp
Log:
32/64-bit fixes.
Revision Changes Path
1.7 +0 -1
xml-xalan/c/src/PlatformSupport/XalanOutputStreamPrintWriter.cpp
Index: XalanOutputStreamPrintWriter.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/PlatformSupport/XalanOutputStreamPrintWriter.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XalanOutputStreamPrintWriter.cpp 2001/09/25 21:12:51 1.6
+++ XalanOutputStreamPrintWriter.cpp 2001/09/27 14:36:57 1.7
@@ -244,7 +244,6 @@
XalanDOMString::size_type theLength)
{
assert(s != 0);
- assert(theLength >= 0 || theLength == UINT_MAX);
write(s,
0,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]