Changeset 8999 for trunk/MagicSoft/Mars/callisto.cc
- Timestamp:
- 07/14/08 20:59:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/callisto.cc
r8988 r8999 281 281 TString kSequence = arg.GetArgumentStr(0); 282 282 283 if (!MSequence::Inflate Path(kSequence, kIsMC))283 if (!MSequence::InflateSeq(kSequence, kIsMC)) 284 284 return 3; 285 285 … … 345 345 MArray::Class()->IgnoreTObjectStreamer(); 346 346 MParContainer::Class()->IgnoreTObjectStreamer(); 347 348 // FIXME: Remove all non-root arguments and options from argc, argv 347 349 348 350 TApplication app("callisto", &argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.