"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Archive/Common/HandlerOut.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).

HandlerOut.cpp  (p7zip_15.14.1_src_all):HandlerOut.cpp  (p7zip_16.02_src_all)
skipping to change at line 84 skipping to change at line 84
} }
if (name.IsEqualTo("crc")) if (name.IsEqualTo("crc"))
{ {
name.Delete(0, 3); name.Delete(0, 3);
_crcSize = 4; _crcSize = 4;
return ParsePropToUInt32(name, value, _crcSize); return ParsePropToUInt32(name, value, _crcSize);
} }
UInt32 number; UInt32 number;
int index = ParseStringToUInt32(name, number); unsigned index = ParseStringToUInt32(name, number);
UString realName = name.Ptr(index); UString realName = name.Ptr(index);
if (index == 0) if (index == 0)
{ {
if (name.IsPrefixedBy_Ascii_NoCase("mt")) if (name.IsPrefixedBy_Ascii_NoCase("mt"))
{ {
#ifndef _7ZIP_ST #ifndef _7ZIP_ST
RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads)); RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads));
#endif #endif
return S_OK; return S_OK;
 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