K 10 svn:author V 3 bde K 8 svn:date V 27 2002-03-18T23:24:00.000000Z K 7 svn:log V 289 Fixed printf format errors in previous commit. %llu is no more suitable than %u for printing signed 64-bit types. It fails on different machines, and has the wrong signdness. Fixed old printf format error on the same line. %u is not suitable for printing 32-bit types on all machines. END