Reported-by: Jeremy Lavergne <jeremy@lavergne.gotdns.org>
if (ll_count (cl) != ws->actual_number_of_groups)
{
msg (SW,
- _("In contrast list %zu, the number of coefficients (%d) does not equal the number of groups (%d). This contrast list will be ignored."),
+ _("In contrast list %zu, the number of coefficients (%zu) does not equal the number of groups (%d). This contrast list will be ignored."),
i, ll_count (cl), ws->actual_number_of_groups);
ll_remove (&coeff_list->ll);