output: Make table dimension functions work in arbitrary contexts.
[pspp-builds.git] / src / language / stats / binomial.c
index b44c5a6f165ea38160430bfedb3012630169afc2..672bdbf3b7e4362ab498d89fcf8a989c7b865067 100644 (file)
@@ -189,7 +189,7 @@ binomial_execute (const struct dataset *ds,
 
       struct tab_table *table = tab_create (7, ost->n_vars * 3 + 1, 0);
 
-      tab_dim (table, tab_natural_dimensions, NULL);
+      tab_dim (table, tab_natural_dimensions, NULL, NULL);
 
       tab_title (table, _("Binomial Test"));