mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 10:11:34 -06:00
9.11
This commit is contained in:
committed by
Kornel Lesiński
parent
db5eb6d638
commit
993daef9cb
@@ -590,9 +590,14 @@ HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices,
|
||||
{
|
||||
if (archiveLink.VolumePaths.Size() != 0)
|
||||
arcPackSize += archiveLink.VolumesSize;
|
||||
totalPackSize = arcPackSize;
|
||||
totalPackSize = (numFiles == 0) ? 0 : arcPackSize;
|
||||
totalPackSizePointer = &totalPackSize;
|
||||
}
|
||||
if (totalUnPackSizePointer == 0 && numFiles == 0)
|
||||
{
|
||||
totalUnPackSize = 0;
|
||||
totalUnPackSizePointer = &totalUnPackSize;
|
||||
}
|
||||
if (enableHeaders && !techMode)
|
||||
{
|
||||
fieldPrinter.PrintTitleLines();
|
||||
|
||||
Reference in New Issue
Block a user