This commit is contained in:
Behdad Esfahbod 2012-05-11 02:19:41 +02:00
parent 0ab8c86217
commit 5ccfe8e215
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ _hb_debug_msg_va (const char *what,
fprintf (stderr, "%-10s", what ? what : "");
if (obj)
fprintf (stderr, "(%0*x) ", (unsigned int) (2 * sizeof (void *)), (unsigned long) obj);
fprintf (stderr, "(%0*lx) ", (unsigned int) (2 * sizeof (void *)), (unsigned long) obj);
else
fprintf (stderr, " %*s ", (unsigned int) (2 * sizeof (void *)), "");