Subject: Re: CVS commit: src/usr.bin/netstat
To: matthew green <mrg@eterna.com.au>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 08/05/2005 21:13:52
On Sat, Aug 06, 2005 at 05:31:26AM +1000, matthew green wrote:
>    
>    ---
>    > 		printf("%-8llu %-8llu %-8llu ", 
>    > 			(unsigned long long) BPFEXT(bde_rcount),
>    > 			(unsigned long long) BPFEXT(bde_dcount), 
>    > 			(unsigned long long) BPFEXT(bde_ccount));
> 
> %-8llu and unsigned long long?  why truncate to 33 bits?

That doesn't truncate, just left justify.
Big numbers will cause the columns (I presume) to get misalgned.

Why left justify though...

	David

-- 
David Laight: david@l8s.co.uk