Changeset 9472


Ignore:
Timestamp:
07/01/09 14:49:29 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9471 r9472  
    2626   * mjobs/MJob.cc:
    2727     - improved check for write permissions
     28
     29   * mfileio/MWriteRootFile.cc:
     30     - option should not only contain "memory" it should be identical
     31       to "memory"
    2832
    2933
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc

    r9410 r9472  
    248248    // Check if we are writing to memory
    249249    //
    250     if (opt.Contains("memory", TString::kIgnoreCase))
     250    if (opt=="memory")
    251251    {
    252252        fSplitRule = fname;
Note: See TracChangeset for help on using the changeset viewer.