Fix a couple of format strings in Ticky.c
authorIan Lynagh <igloo@earth.li>
Fri, 25 Apr 2008 13:47:25 +0000 (13:47 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 25 Apr 2008 13:47:25 +0000 (13:47 +0000)
rts/Ticky.c

index aa7d1e4..9ec5099 100644 (file)
@@ -633,7 +633,7 @@ printRegisteredCounterInfo (FILE *tf)
     /* Function name at the end so it doesn't mess up the tabulation */
 
     for (p = ticky_entry_ctrs; p != NULL; p = p->link) {
     /* Function name at the end so it doesn't mess up the tabulation */
 
     for (p = ticky_entry_ctrs; p != NULL; p = p->link) {
-       fprintf(tf, "%11ld%11ld %6u%6u    %-11s%-30s",
+       fprintf(tf, "%11ld%11ld %6zu%6zu    %-11s%-30s",
                p->entry_count,
                p->allocs,
                p->arity,
                p->entry_count,
                p->allocs,
                p->arity,