Ignore:
Timestamp:
07/30/08 19:44:13 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.