output: Make table dimension functions work in arbitrary contexts.
[pspp-builds.git] / src / language / data-io / print.c
index aae8b38a05f7d126f4ca473a92cf818542a1c6f9..cb06dc64f14fd7d4c8e7c46f55187234168a7fe9 100644 (file)
@@ -404,7 +404,7 @@ dump_table (struct print_trns *trns, const struct file_handle *fh)
   tab_text (t, 1, 0, TAB_CENTER | TAT_TITLE, _("Record"));
   tab_text (t, 2, 0, TAB_CENTER | TAT_TITLE, _("Columns"));
   tab_text (t, 3, 0, TAB_CENTER | TAT_TITLE, _("Format"));
-  tab_dim (t, tab_natural_dimensions, NULL);
+  tab_dim (t, tab_natural_dimensions, NULL, NULL);
   row = 1;
   ll_for_each (spec, struct prt_out_spec, ll, &trns->specs)
     {