diff options
Diffstat (limited to 'reports.cc')
-rw-r--r-- | reports.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |