Skip to content

Commit eee3bf2

Browse files
authored
Merge 8c8cc93 into sapling-pr-archive-ktf
2 parents 8d20927 + 8c8cc93 commit eee3bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/AnalysisSupport/src/TTreePlugin.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ auto readBoolValues = [](uint8_t* target, ReadOps& op, TBufferFile& rootBuffer)
208208
memset(target, 0, op.targetBuffer->size());
209209
int readLast = 0;
210210
while (readEntries < op.rootBranchEntries) {
211-
auto beginValue = readLast;
211+
auto beginValue = readEntries;
212212
readLast = op.branch->GetBulkRead().GetBulkEntries(readEntries, rootBuffer);
213213
int size = readLast * op.listSize;
214214
readEntries += readLast;

0 commit comments

Comments
 (0)