X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fcategoricals.c;h=b621d982931c72c0eadbb04e420d943e10a5cded;hb=24c5f7c629e68801492d7ca1766953a2a954a820;hp=b1afd11c8ca4db16b549782a6f6b7fee6af95ca9;hpb=14f4522a17db23e67a6fa17876633cc6260cb42b;p=pspp diff --git a/src/math/categoricals.c b/src/math/categoricals.c index b1afd11c8c..b621d98293 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -217,7 +217,7 @@ categoricals_dump (const struct categoricals *cat) } 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;