Commit 1a2736d
TTreeIndex::GetEntryNumberFriend don't call GetEntriesFast.
Calling GetEntriesFast is enough to know if you reach past the end (if we are in the last
file then it will return the precise number or something too large if we are far).
Calling GetEntries can move the cursor of the chain and thus change the state of the parent.1 parent 60b71f4 commit 1a2736d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
0 commit comments