X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcontrol%2Frepeat.c;h=68e69a4f225853d68d9859a86f629723311c39db;hb=519f1686924c643a885c25defa3af6633d9a11db;hp=ff1bbc0870915c7d843684b1483c4e934072b674;hpb=888d895ec5bfcc439c8174184c388f3be3f117a0;p=pspp-builds.git diff --git a/src/language/control/repeat.c b/src/language/control/repeat.c index ff1bbc08..68e69a4f 100644 --- a/src/language/control/repeat.c +++ b/src/language/control/repeat.c @@ -159,8 +159,8 @@ parse_specification (struct lexer *lexer, struct dictionary *dict, first_dv = dv; else if (first_dv->n_values != dv->n_values) { - msg (SE, _("Dummy variable `%s' had %d substitutions, so `%s' must " - "also, but %d were specified."), + msg (SE, _("Dummy variable `%s' had %zu substitutions, so `%s' must " + "also, but %zu were specified."), first_dv->name, first_dv->n_values, dv->name, dv->n_values); goto error;