/Minor/
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 11 May 2012 00:19:41 +0000 (02:19 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 11 May 2012 00:19:41 +0000 (02:19 +0200)
src/hb-private.hh

index cac1608..dd2c465 100644 (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 *)), "");