summaryrefslogtreecommitdiff
path: root/balance.cc
diff options
context:
space:
mode:
Diffstat (limited to 'balance.cc')
-rw-r--r--balance.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/balance.cc b/balance.cc
index 7e64124f..954dc8a1 100644
--- a/balance.cc
+++ b/balance.cc
@@ -75,7 +75,7 @@ void balance_t::write(std::ostream& out,
out.width(width);
out.fill(' ');
- out << std::right << std::string(**i);
+ out << std::right << **i;
}
if (first) {