(prod): Widen column will make so that product p_sname is not
truncated.
This commit is contained in:
parent
c46c6cf87e
commit
43d07b458d
1 changed files with 4 additions and 6 deletions
|
@ -334,14 +334,12 @@ prod(void)
|
||||||
if (natp->nat_priorities[type] == 0) {
|
if (natp->nat_priorities[type] == 0) {
|
||||||
maxmil = 0;
|
maxmil = 0;
|
||||||
}
|
}
|
||||||
pr(" %5d mil 1.00 $%-5d%4dc",
|
pr(" %5d mil 1.00 $%-5d%4dc %4dc %5d\n",
|
||||||
enlisted, enlisted * 3, enlisted);
|
enlisted, enlisted * 3, enlisted, enlisted, maxmil);
|
||||||
pr(" %4dc %5d\n",
|
|
||||||
enlisted, maxmil);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
pr(" %-5.5s", pp->p_sname);
|
pr(" %-7.7s", pp->p_sname);
|
||||||
pr(" %.2f", prodeff);
|
pr(" %.2f", prodeff);
|
||||||
pr(" $%-5d", cost);
|
pr(" $%-5d", cost);
|
||||||
for (i = 0; i < 3; i++) {
|
for (i = 0; i < 3; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue