fix dump of divisor

This commit is contained in:
John
2024-12-12 22:04:35 +01:00
parent 2790860607
commit 85a3eef0a6
8 changed files with 35 additions and 26 deletions
+1 -1
View File
@@ -555,7 +555,7 @@ void SingleDataField::dumpPrefix(bool prependFieldSeparator, OutputFormat output
}
*output << FIELD_SEPARATOR;
}
m_dataType->dump(outputFormat, m_length, true, output);
m_dataType->dump(outputFormat, m_length, ad_normal, output);
}
void SingleDataField::dumpSuffix(OutputFormat outputFormat, ostream* output) const {