format: Use max width for over-max decimals in fmt_fix().
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Jul 2011 21:47:35 +0000 (14:47 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 13 Jul 2011 14:12:57 +0000 (07:12 -0700)
commit7c21ea20071516164a23ddd576ba394996368dbc
treec1e3c0b431d29bd8817740e3977bb7eacead370d
parent676891a38608a91595d7af418785d045bb831f92
format: Use max width for over-max decimals in fmt_fix().

In fmt_fix(), requesting more decimals than are possible did
not increase the width at all.  It makes better sense to use
the maximum width and maximum decimals for this case, so this
commit makes that change.
src/data/format.c