Corrected printing of assigned amounts
This commit is contained in:
parent
805a78c121
commit
5f989f7d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ namespace {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (post->assigned_amount)
|
if (post->assigned_amount)
|
||||||
amtbuf << " = " << post->assigned_amount;
|
amtbuf << " = " << *post->assigned_amount;
|
||||||
|
|
||||||
string trailer = amtbuf.str();
|
string trailer = amtbuf.str();
|
||||||
out << trailer;
|
out << trailer;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue