Corrected printing of assigned amounts

This commit is contained in:
John Wiegley 2010-06-18 02:18:44 -04:00
parent 805a78c121
commit 5f989f7d9f

View file

@ -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;