Changeset 9057 for trunk


Ignore:
Timestamp:
07/30/08 19:44:13 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9056 r9057  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2008/07/30 Thomas Bretz
     22
     23   * mjobs/MSequence.cc:
     24     - fixed a typo in the new Read function
     25
     26
    2027
    2128 2008/07/30 Daniela Dorner
  • trunk/MagicSoft/Mars/mjobs/MSequence.cc

    r9042 r9057  
    15271527        return MParContainer::Read(name);
    15281528
    1529     if (!gDirectory->GetListOfKeys()->FindObject(name))
     1529    if (gDirectory->GetListOfKeys()->FindObject(name))
    15301530        return MParContainer::Read(name);
    15311531
Note: See TracChangeset for help on using the changeset viewer.