(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp-builds.git] / src / rank.q
index ad6a7ee0441b2a4dd9fa8c729182e03a6739c9f4..2b768e54d6da04e7c869cd4ac56acbbb868c7469 100644 (file)
@@ -241,7 +241,7 @@ parse_rank_function(struct cmd_rank *cmd UNUSED, enum RANK_FUNC f)
            }
          if ( var_count > sc->crit_cnt ) 
            {
-             msg(ME, _("Too many variables in INTO clause."), tokid);
+             msg(ME, _("Too many variables in INTO clause."));
              return 0;
            }