other-licenses/7zstub/src/7zip/Compress/LZ/LZOutWindow.cpp

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 // LZOutWindow.cpp
     3 #include "StdAfx.h"
     5 #include "../../../Common/Alloc.h"
     6 #include "LZOutWindow.h"
     8 void CLZOutWindow::Init(bool solid)
     9 {
    10   if(!solid)
    11     COutBuffer::Init();
    12   #ifdef _NO_EXCEPTIONS
    13   ErrorCode = S_OK;
    14   #endif
    15 }

mercurial