[ROOT] Bug in TChain::LoadTree?

From: Thomas Bretz (tbretz@uni-sw.gwdg.de)
Date: Fri Dec 14 2001 - 12:27:45 MET


Hi rooters,

in TChain::LoadTree I found:

   if (entry < 0 || entry > fEntries) return -2;

I guess it should be

   if (entry < 0 || entry >= fEntries) return -2;

shoudn't it?

Best regards,
Thomas.



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:12 MET