summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.cc b/src/print.cc
index de35a31d..03c87884 100644
--- a/src/print.cc
+++ b/src/print.cc
@@ -201,7 +201,7 @@ namespace {
}
if (post->assigned_amount)
- amtbuf << " = " << post->assigned_amount;
+ amtbuf << " = " << *post->assigned_amount;
string trailer = amtbuf.str();
out << trailer;