print computed annotations if --generated
This commit is contained in:
parent
9097bc8cd3
commit
aee05dc7b7
1 changed files with 2 additions and 1 deletions
|
|
@ -226,7 +226,8 @@ namespace {
|
|||
std::ostringstream amt_str;
|
||||
value_t(post->amount).print(amt_str, static_cast<int>(amount_width),
|
||||
-1, AMOUNT_PRINT_RIGHT_JUSTIFY |
|
||||
AMOUNT_PRINT_NO_COMPUTED_ANNOTATIONS);
|
||||
(report.HANDLED(generated) ? 0 :
|
||||
AMOUNT_PRINT_NO_COMPUTED_ANNOTATIONS));
|
||||
amt = amt_str.str();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue