Ignore:
Timestamp:
05/21/03 16:06:50 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2123 r2130  
    261261
    262262    if (strrchr(fname, '?') || strrchr(fname, '*'))
    263         *fLog << warn << "WARNING: You may encounter crashes closing the files..." << endl;
     263    {
     264        *fLog << warn;
     265        *fLog<< "WARNING: Using widcards with older root versions:" << endl;
     266        *fLog << "  You may encounter crashes closing the files..." << endl;
     267    }
    264268    else
    265269    {
     
    678682
    679683    //
    680     // Do a consistency check for all branches
    681     //
    682 //    if (!CheckBranchSize())
    683 //        return kFALSE;
    684 
    685     //
    686684    // If auto enabling scheme isn't disabled, do auto enabling
    687685    //
Note: See TracChangeset for help on using the changeset viewer.