output: Make table dimension functions work in arbitrary contexts.
[pspp-builds.git] / src / language / dictionary / split-file.c
index 155cfa1208c23a035a2f9058eceb3c10de6d241d..62b67762b763303bfc01504f33cc170667b80e99 100644 (file)
@@ -78,7 +78,7 @@ output_split_file_values (const struct dataset *ds, const struct ccase *c)
     return;
 
   t = tab_create (3, split_cnt + 1, 0);
-  tab_dim (t, tab_natural_dimensions, NULL);
+  tab_dim (t, tab_natural_dimensions, NULL, NULL);
   tab_vline (t, TAL_GAP, 1, 0, split_cnt);
   tab_vline (t, TAL_GAP, 2, 0, split_cnt);
   tab_text (t, 0, 0, TAB_NONE, _("Variable"));