On Wed, May 06, 2009 at 07:35:32AM +0200, Christoph Egger wrote: > > This is wrong; the values are of type size_t and should be printed > > with %zu. > > Fixed. gcc warning confused me saying the expected type was > 'unsigned int'.
Well yes, size_t is unsigned int on i386. Gotta read the source... Thanks. -- David A. Holland [email protected]
