Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ParserAction/SetOutputFormatsAction.cpp

    rce7fdc r091838  
    4545    if (!FormatParserStorage::getInstance().add(*iter)) {
    4646      DoeLog(1) && (eLog() << Verbose(1) << "Unknown parser format in ParserSetOutputFormatsAction: '" << *iter << "'" << endl);
     47    } else {
     48      FormatParserStorage::getInstance().setOutputFormat(*iter);
    4749    }
    4850  }
Note: See TracChangeset for help on using the changeset viewer.