You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/09/27 16:36:57 UTC

cvs commit: xml-xalan/c/src/PlatformSupport XalanOutputStreamPrintWriter.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org