]> diplodocus.org Git - nmh/commitdiff
Print pointers in debug with C99's `%p' rather than `0x%x'.
authorRalph Corderoy <ralph@inputplus.co.uk>
Fri, 25 Aug 2017 21:36:01 +0000 (22:36 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 26 Aug 2017 07:36:01 +0000 (08:36 +0100)
The `%x' needed a double cast, the `%p' needs just a single to void
pointer.  The output can differ, e.g. `0x0' v. perhaps
implementation-defined `(nil)'.


No differences found