Skip to content

ExtractJob: Fix calculation of totalUncompressedSize

Ilya Pominov requested to merge ipominov/ark:fix_extract_job into master

Ignore directory sizes, because all child entries are passed to ExtractJob constructor (see Part::addChildren()), and directory sizes are the sum of the sizes of child entries (see ArchiveModel::traverseAndComputeDirSizes())

Merge request reports