Ignore:
Timestamp:
12/02/08 11:23:24 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9036 r9186  
    224224    // If no name is given we open the TFile in some kind of dummy mode...
    225225    //
    226     if (!fname)
     226    TString str(fname);
     227    if (str.IsNull())
    227228    {
    228229        fOut = new TFile("/dev/null", "READ", ftitle, comp);
     
    231232    }
    232233
    233     TString str(fname);
    234234    if (!str.EndsWith(".root", TString::kIgnoreCase))
    235235        str += ".root";
Note: See TracChangeset for help on using the changeset viewer.