Ignore:
Timestamp:
07/14/08 20:59:13 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/callisto.cc

    r8988 r8999  
    281281    TString kSequence = arg.GetArgumentStr(0);
    282282
    283     if (!MSequence::InflatePath(kSequence, kIsMC))
     283    if (!MSequence::InflateSeq(kSequence, kIsMC))
    284284        return 3;
    285285
     
    345345    MArray::Class()->IgnoreTObjectStreamer();
    346346    MParContainer::Class()->IgnoreTObjectStreamer();
     347
     348    // FIXME: Remove all non-root arguments and options from argc, argv
    347349
    348350    TApplication app("callisto", &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.