Fix use of size_t in printf formats. Patch #5727.
[pspp-builds.git] / src / language / stats / aggregate.c
index d1cfb7dd16a83d7802c0459558c464b8bcd806bf..57dce0800e7e160da4de0ce8023f8b4ecb72a61b 100644 (file)
@@ -520,8 +520,8 @@ parse_aggregate_functions (struct lexer *lexer, const struct dictionary *dict, s
                  }
                 else
                   {
-                   msg (SE, _("Missing argument %d to %s."), i + 1,
-                         function->name);
+                   msg (SE, _("Missing argument %d to %s."),
+                         (int) i + 1, function->name);
                    goto error;
                  }