On Wed, 21 Mar 2012, Carlos O'Donell wrote: > Please clean this up to avoid using %t and ptrdiff_t. > > We should be printing variants of %x. "t" is a modifier on an integer format, such as %x. For example, %tx prints as hex a value from (the unsigned type corresponding to) ptrdiff_t. -- Joseph S. Myers joseph@codesourcery.com