Changeset 10819 for trunk/FACT++


Ignore:
Timestamp:
05/25/11 14:18:46 (13 years ago)
Author:
tbretz
Message:
Replaced code copied from the Converter class by a proper function call
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/dataLogger.cc

    r10818 r10819  
    20292029    const Converter::FormatList flist = sub.fConv->GetList();
    20302030    // Compilation failed
    2031     if (flist.empty() || flist.back().first.second!=0)
     2031    if (!sub.fConv->valid())
    20322032    {
    20332033        Error("Compilation of format string failed.");
Note: See TracChangeset for help on using the changeset viewer.