Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
petrov-mg committed May 5, 2024
1 parent 3fd70bd commit 0a38c74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void readNextObject() {
int handleObjPos = objStartPos - offset;

if (handleObjPos < rootObjStartPos)
saveCrossObjectReferenceData(handleObjPos, objStartPos);
saveCrossObjectReferenceData(handleObjPos, objStartPos);

break;
}
Expand Down

0 comments on commit 0a38c74

Please sign in to comment.