Fix compiler warnings on 64 bit machines
[pspp] / tests / data / sack.c
index f27edacaa0ba856c22e50c63783d5bcff95e03cb..006d73f1c93f214a3232b0d199abb6ec03d80faf 100644 (file)
@@ -596,7 +596,7 @@ parse_data_item (struct buffer *output)
       if (sym->offset == UINT_MAX)
         sym->offset = output->size;
       else if (sym->offset != output->size)
-        fatal ("%s: can't redefine label for offset %u with offset %u",
+        fatal ("%s: can't redefine label for offset %u with offset %zu",
                tok_string, sym->offset, output->size);
       get_token ();
       return;