K 10 svn:author V 3 sos K 8 svn:date V 27 2006-03-09T08:34:44.000000Z K 7 svn:log V 193 Get rid of all the "long long"/"maxint" casting around in printf's. On all our platforms intmax == int64_t so simply using %j to print int64_t's is safe all over, and doesn't pullute the code. END