changes
This commit is contained in:
parent
405038471a
commit
03b05b44c2
1 changed files with 2 additions and 2 deletions
|
|
@ -231,11 +231,11 @@ void print_register(const std::string& acct_name, std::ostream& out,
|
||||||
#endif
|
#endif
|
||||||
out << " ";
|
out << " ";
|
||||||
|
|
||||||
out.width(24);
|
out.width(25);
|
||||||
if ((*i)->desc.empty())
|
if ((*i)->desc.empty())
|
||||||
out << " ";
|
out << " ";
|
||||||
else
|
else
|
||||||
out << std::left << truncated((*i)->desc, 24);
|
out << std::left << truncated((*i)->desc, 25);
|
||||||
out << " ";
|
out << " ";
|
||||||
|
|
||||||
// Always display the street value, if prices have been
|
// Always display the street value, if prices have been
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue