"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Archive/Nsis/NsisDecode.cpp" between
p7zip_15.14.1_src_all.tar.gz and p7zip_16.02_src_all.tar.gz

About: p7zip is a command-line file archiver with a high compression ratio (a port of the Windows program 7za.exe).

NsisDecode.cpp  (p7zip_15.14.1_src_all):NsisDecode.cpp  (p7zip_16.02_src_all)
skipping to change at line 62 skipping to change at line 62
} }
if (!useFilter) if (!useFilter)
_decoderInStream = _codecInStream; _decoderInStream = _codecInStream;
else else
{ {
if (!_filterInStream) if (!_filterInStream)
{ {
_filter = new CFilterCoder(false); _filter = new CFilterCoder(false);
_filterInStream = _filter; _filterInStream = _filter;
_filter->Filter = new CBcjCoder(false); _filter->Filter = new NCompress::NBcj::CCoder(false);
} }
RINOK(_filter->SetInStream(_codecInStream)); RINOK(_filter->SetInStream(_codecInStream));
_decoderInStream = _filterInStream; _decoderInStream = _filterInStream;
} }
if (Method == NMethodType::kLZMA) if (Method == NMethodType::kLZMA)
{ {
const unsigned kPropsSize = LZMA_PROPS_SIZE; const unsigned kPropsSize = LZMA_PROPS_SIZE;
Byte props[kPropsSize]; Byte props[kPropsSize];
RINOK(ReadStream_FALSE(inStream, props, kPropsSize)); RINOK(ReadStream_FALSE(inStream, props, kPropsSize));
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS