Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 620008
Collapse All | Expand All

(-)CPP/7zip/Archive/7z/7zIn.cpp (-1 / +2 lines)
Lines 1097-1103 HRESULT CInArchive::ReadAndDecodePackedS Link Here
1097
      if (CrcCalc(data, unpackSize) != folders.FolderCRCs.Vals[i])
1097
      if (CrcCalc(data, unpackSize) != folders.FolderCRCs.Vals[i])
1098
        ThrowIncorrect();
1098
        ThrowIncorrect();
1099
  }
1099
  }
1100
  HeadersSize += folders.PackPositions[folders.NumPackStreams];
1100
  if (folders.PackPositions)
1101
    HeadersSize += folders.PackPositions[folders.NumPackStreams];
1101
  return S_OK;
1102
  return S_OK;
1102
}
1103
}
1103
1104

Return to bug 620008