Changeset 8905 for trunk/MagicSoft/Mars
- Timestamp:
- 06/01/08 12:18:43 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8904 r8905 24 24 * callisto.cc, star.cc: 25 25 - renamed new option to "--null-dev" (clashes with MLog options) 26 27 * mbase/MContinue.cc: 28 - improved output 26 29 27 30 -
trunk/MagicSoft/Mars/mbase/MContinue.cc
r8642 r8905 138 138 if (!fTaskList) 139 139 { 140 *fLog << err << dbginf << "ERROR - MTask listnot found... abort." << endl;140 *fLog << err << dbginf << "ERROR - MTaskList with this not found... abort." << endl; 141 141 return kFALSE; 142 142 }
Note:
See TracChangeset
for help on using the changeset viewer.