ONEWAY: Fix printf format specifier.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Nov 2011 05:07:38 +0000 (21:07 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Nov 2011 05:07:38 +0000 (21:07 -0800)
Reported-by: Jeremy Lavergne <jeremy@lavergne.gotdns.org>
src/language/stats/oneway.c

index 1c80c2ba98e7f5f8aa41674e8601a4db2be35cdb..49a34f2ed593f299cc15466d068d4c44857a2bb0 100644 (file)
@@ -827,7 +827,7 @@ output_oneway (const struct oneway_spec *cmd, struct oneway_workspace *ws)
       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);