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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to