K 10 svn:author V 3 bde K 8 svn:date V 27 1999-08-08T14:11:03.000000Z K 7 svn:log V 251 Fixed all printf format errors reported by gcc -Wformat on i386's: - %q -> %ll. Fixed nearby errors not reported by gcc -Wformat on i386's: - don't assume that the promotion of [u_]int64_t is [u_]quad_t. - don't use signed formats for unsigned args. END