Re: [PATCH 1/2] utils.c: fix sizes in B & malloc in pretty_sizes
From: David Sterba <hidden>
Date: 2012-07-17 12:43:12
From: David Sterba <hidden>
Date: 2012-07-17 12:43:12
On Mon, Jul 09, 2012 at 05:29:34PM +0000, Pierre Carrier wrote:
Before, sizes below 1KB are still displayed in KB, but without a unit.
Does it matter when the only size below 1KB one can get is 0 ? Though for sake of consistency the B unit could be there in that case as well.