summaryrefslogtreecommitdiff
path: root/reports.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-04-10 08:33:15 +0000
committerJohn Wiegley <johnw@newartisans.com>2004-04-10 08:33:15 +0000
commit03b05b44c2cfa31c2c7d39da026b2a2c93a02317 (patch)
tree6b006f3c5c490d5e5b3436dbb3bc8b01613b9d86 /reports.cc
parent405038471a83151ea68b24b86598ef4e8f842523 (diff)
downloadledger-03b05b44c2cfa31c2c7d39da026b2a2c93a02317.tar.gz
ledger-03b05b44c2cfa31c2c7d39da026b2a2c93a02317.tar.bz2
ledger-03b05b44c2cfa31c2c7d39da026b2a2c93a02317.zip
changes
Diffstat (limited to 'reports.cc')
-rw-r--r--reports.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/reports.cc b/reports.cc
index cc5b2403..150232a6 100644
--- a/reports.cc
+++ b/reports.cc
@@ -231,11 +231,11 @@ void print_register(const std::string& acct_name, std::ostream& out,
#endif
out << " ";
- out.width(24);
+ out.width(25);
if ((*i)->desc.empty())
out << " ";
else
- out << std::left << truncated((*i)->desc, 24);
+ out << std::left << truncated((*i)->desc, 25);
out << " ";
// Always display the street value, if prices have been