You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2004/04/12 02:52:13 UTC

cvs commit: xml-xalan/c/src/xalanc/Utils/MsgCreator MsgFileOutputStream.cpp

dmitryh     2004/04/11 17:52:13

  Modified:    c/src/xalanc/Utils/MsgCreator MsgFileOutputStream.cpp
  Log:
  Removing an assert preventing debug build for cygwin/gcc/Win32 configuration
  
  Revision  Changes    Path
  1.6       +0 -2      xml-xalan/c/src/xalanc/Utils/MsgCreator/MsgFileOutputStream.cpp
  
  Index: MsgFileOutputStream.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Utils/MsgCreator/MsgFileOutputStream.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MsgFileOutputStream.cpp	26 Feb 2004 22:36:20 -0000	1.5
  +++ MsgFileOutputStream.cpp	12 Apr 2004 00:52:13 -0000	1.6
  @@ -110,8 +110,6 @@
   #if defined(WIN32)
   	DWORD			theBytesWritten;
   
  -	assert(size_t(DWORD(theBufferLength)) == theBufferLength);
  -
   	if (WriteFile(m_handle, theBuffer, DWORD(theBufferLength), &theBytesWritten, 0) == false ||
   	    theBytesWritten != theBufferLength)
   	{
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org