html: Pop up tooltip with table notes in output.
[pspp] / src / output / ascii.c
index ce3356954b4416bc59be22496a8b1080c38204a2..07b05580162d154f5e26bd562aa58c63f7fce258 100644 (file)
@@ -485,7 +485,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 (text), NULL, NULL));
+    a, table_item_create (table_from_string (text), NULL, NULL, NULL));
 }
 
 static void