"Fossies" - the Fresh Open Source Software Archive  

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

Extract.cpp  (p7zip_15.14.1_src_all):Extract.cpp  (p7zip_16.02_src_all)
skipping to change at line 376 skipping to change at line 376
result = S_FALSE; result = S_FALSE;
// arcLink.Set_ErrorsText(); // arcLink.Set_ErrorsText();
RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, result)); RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, result));
if (result != S_OK) if (result != S_OK)
{ {
thereAreNotOpenArcs = true; thereAreNotOpenArcs = true;
if (!options.StdInMode) if (!options.StdInMode)
{ {
NFind::CFileInfo fi; NFind::CFileInfo fi2;
if (fi.Find(us2fs(arcPath),true)) if (fi2.Find(us2fs(arcPath)))
if (!fi.IsDir()) if (!fi2.IsDir())
totalPackProcessed += fi.Size; totalPackProcessed += fi2.Size;
} }
continue; continue;
} }
if (!options.StdInMode) if (!options.StdInMode)
{ {
// numVolumes += arcLink.VolumePaths.Size(); // numVolumes += arcLink.VolumePaths.Size();
// arcLink.VolumesSize; // arcLink.VolumesSize;
// totalPackSize -= DeleteUsedFileNamesFromList(arcLink, i + 1, arcPaths, arcPathsFull, &arcSizes); // totalPackSize -= DeleteUsedFileNamesFromList(arcLink, i + 1, arcPaths, arcPathsFull, &arcSizes);
 End of changes. 1 change blocks. 
4 lines changed or deleted 4 lines changed or added

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