output: Reimplement table_from_string in terms of tab.
[pspp] / src / output / ascii.c
index 2193f35224ee19ec0f4fca870797019b29a7a6f8..6f8644ba3f299b117bbf844783bc49d757d85f88 100644 (file)
@@ -461,8 +461,7 @@ static void
 ascii_output_text (struct ascii_driver *a, const char *text)
 {
   ascii_output_table_item_unref (
-    a, table_item_create (table_from_string (TABLE_HALIGN_LEFT, text),
-                          NULL, NULL));
+    a, table_item_create (table_from_string (text), NULL, NULL));
 }
 
 static void