output: Make table dimension functions work in arbitrary contexts.
[pspp-builds.git] / src / language / utilities / echo.c
index 19e9f9e54bf36b860b46f8d4681ce61660931b10..05353f81e6ad0e885c33c55fb7fa26a006613ad7 100644 (file)
@@ -35,7 +35,7 @@ cmd_echo (struct lexer *lexer, struct dataset *ds UNUSED)
 
   tab = tab_create(1, 1, 0);
 
-  tab_dim (tab, tab_natural_dimensions, NULL);
+  tab_dim (tab, tab_natural_dimensions, NULL, NULL);
   tab_flags (tab, SOMF_NO_TITLE );
 
   tab_text(tab, 0, 0, 0, ds_cstr (lex_tokstr (lexer)));