Ignore:
Timestamp:
02/03/04 14:36:09 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r2607 r3009  
    308308    // FIXME! A check is missing whether the file already exists or not.
    309309    //
    310     const Int_t numfiles = fChain->Add(fname, entries);
     310    const Int_t numfiles = fChain->Add(fname, entries<0?TChain::kBigNumber:entries);
    311311
    312312    if (numfiles>0)
Note: See TracChangeset for help on using the changeset viewer.