summaryrefslogtreecommitdiff
path: root/reports.cc
diff options
context:
space:
mode:
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