Make text output left-justified in ascii and cairo drivers.
[pspp-builds.git] / src / output / ascii.c
index 85c31c183f49e674c5a1ea28b6249928b27f1f44..14ec71f277d0ae94bef56c9e30247b98ee22bc75 100644 (file)
@@ -523,7 +523,8 @@ ascii_submit (struct output_driver *driver,
           {
             struct table_item *item;
 
-            item = table_item_create (table_from_string (0, text), NULL);
+            item = table_item_create (table_from_string (TAB_LEFT, text),
+                                      NULL);
             ascii_submit (&a->driver, &item->output_item);
             table_item_unref (item);
           }