added getFieldName()

This commit is contained in:
john30
2017-01-08 12:07:43 +01:00
parent 41ac7a5591
commit 9ca9964919
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1043,7 +1043,7 @@ result_t ChainedMessage::storeLastData(const PartType partType, SymbolString& da
void ChainedMessage::dumpColumn(ostream& output, size_t column, bool withConditions)
{
if (column!=7) {
if (column!=COLUMN_ID) {
Message::dumpColumn(output, column, withConditions);
return;
}