- Timestamp:
- 07/30/08 19:44:13 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9056 r9057 18 18 19 19 -*-*- 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 20 27 21 28 2008/07/30 Daniela Dorner -
trunk/MagicSoft/Mars/mjobs/MSequence.cc
r9042 r9057 1527 1527 return MParContainer::Read(name); 1528 1528 1529 if ( !gDirectory->GetListOfKeys()->FindObject(name))1529 if (gDirectory->GetListOfKeys()->FindObject(name)) 1530 1530 return MParContainer::Read(name); 1531 1531
Note:
See TracChangeset
for help on using the changeset viewer.