K 10 svn:author V 3 bde K 8 svn:date V 27 2002-07-11T17:49:41.000000Z K 7 svn:log V 208 Fixed 4 printf format errors that were fatal on alphas. %qd is not even suitable for printing quad_t's since it is equivalent to %lld but quad_t is unsigned long on alphas. quad_t shouldn't be used anyway. END