ascii: Include footnote markers in output.
[pspp] / src / output / ascii.c
index 9649236cc855dce05d0d6e7c597b392eeeb0bef4..0efc523d2acd0f7108d1a4083086c5b66d91f797 100644 (file)
@@ -925,7 +925,7 @@ ascii_layout_cell (struct ascii_driver *a, const struct table_cell *cell,
   *heightp = 0;
 
   struct string body = DS_EMPTY_INITIALIZER;
-  bool numeric = pivot_value_format_body (cell->value, a->pt, &body);
+  bool numeric = pivot_value_format (cell->value, a->pt, &body);
 
   /* Calculate length; if it's zero, then there's nothing to do. */
   if (ds_is_empty (&body))