diff options
Diffstat (limited to 'src/value.cc')
-rw-r--r-- | src/value.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.cc b/src/value.cc index 482dca21..a39eada2 100644 --- a/src/value.cc +++ b/src/value.cc @@ -1271,7 +1271,7 @@ void value_t::print(std::ostream& out, break; case AMOUNT: - out << as_amount(); + as_amount().right_justify(out, first_width); break; case STRING: |