* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,
[bpt/guile.git] / libguile / mallocs.c
index c1fe4c9..da36c39 100644 (file)
@@ -54,7 +54,7 @@ static int
 malloc_print (SCM exp, SCM port, scm_print_state *pstate SCM_UNUSED)
 {
   scm_puts("#<malloc ", port);
-  scm_intprint (SCM_SMOB_DATA (exp), 16, port);
+  scm_uintprint (SCM_SMOB_DATA (exp), 16, port);
   scm_putc('>', port);
   return 1;
 }