K 10 svn:author V 5 wpaul K 8 svn:date V 27 2005-05-05T22:33:06.000000Z K 7 svn:log V 239 Cast 64 bit quantity to uintmax_t to print it with %jx. This is technically a no-op since uintmax_t is uint64_t on all currently supported architectures, but we should use an explicit cast instead of depending on this obscure coincidence. END