Comments to OLE2 extractor

This commit is contained in:
n1073645 2019-11-21 11:34:11 +00:00
parent 071c1bdea6
commit 725b0d42f8
1 changed files with 2 additions and 0 deletions

View File

@ -3002,6 +3002,8 @@ export function extractOLE2(bytes, offset) {
// Move forwards by the size of the comp obj.
if (element[2] === "Comp Obj") {
// The size of the Comp Obj entry - 128. Since we add 128 later.
total += (128*6);
stream.moveTo(total);
} else if (element[2] === "Entry") {