if (record->n_vars < 1 || record->n_vars > r->n_vars)
{
sys_error (r, r->pos - 4,
- _("Number of variables associated with a value label (%zu) "
+ _("Number of variables associated with a value label (%u) "
"is not between 1 and the number of variables (%zu)."),
record->n_vars, r->n_vars);
return false;
ds_put_format (&s, "%s, ", encoding_names[j]);
ds_chomp (&s, ss_cstr (", "));
- tab_text_format (t, 0, i + 1, TAB_RIGHT, "%d", i + 1);
+ tab_text_format (t, 0, i + 1, TAB_RIGHT, "%zu", i + 1);
tab_text (t, 1, i + 1, TAB_LEFT, ds_cstr (&s));
ds_destroy (&s);
}
{
const char *s = encodings[j].utf8_strings[i] + prefix;
- tab_text_format (t, 1, row, TAB_RIGHT, "%d", j + 1);
+ tab_text_format (t, 1, row, TAB_RIGHT, "%zu", j + 1);
if (prefix || suffix)
{
size_t len = strlen (s) - suffix;
}
printf ("\n");
- printf ("Number of interactions %d\n", cat->n_iap);
+ printf ("Number of interactions %zu\n", cat->n_iap);
for (i = 0 ; i < cat->n_iap; ++i)
{
int v;