Problem with GetEntries() ?!

Hi,
in CVS version (yesterday, 08 Feb 2005) I have problem wth GetEntries():

root[] TFile *f = new TFile(“Event.root”); // from $(ROOTSYS)/test
root[] TTree T = (TTree)f->Get(“T”);
root[] UInt_t ne = (UInt_t)dp->GetEntries();
root[] ne
(unsigned int)157812920 !!!

but

root[] (UInt_t)T->GetEntries()
(long long)400

why (long long) ? after (UInt_t)T->GetEntries()

In old version ( 4.00.08 ) all is OK.

FC3, gcc 3.4.2

Thanks,
Jan

Thanks for reporting this very unfortunate problem coming the most recent version of CINT.

Rene