- Timestamp:
- 05/25/11 14:18:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dataLogger.cc
r10818 r10819 2029 2029 const Converter::FormatList flist = sub.fConv->GetList(); 2030 2030 // Compilation failed 2031 if ( flist.empty() || flist.back().first.second!=0)2031 if (!sub.fConv->valid()) 2032 2032 { 2033 2033 Error("Compilation of format string failed.");
Note:
See TracChangeset
for help on using the changeset viewer.