output: Make table dimension functions work in arbitrary contexts.
[pspp-builds.git] / src / language / stats / npar-summary.c
index d626dffac5f72075a582c370cb5940ec3845e2d1..90a1b656106d8544ac77ceacb9cb4d972ea5a824 100644 (file)
@@ -104,7 +104,7 @@ do_summary_box (const struct descriptives *desc,
 
   table = tab_create (columns, 2 + n_vars, 0);
 
-  tab_dim (table, tab_natural_dimensions, NULL);
+  tab_dim (table, tab_natural_dimensions, NULL, NULL);
 
   tab_title (table, _("Descriptive Statistics"));