pivot-table: Include pivot table subtype in pivot_table_dump() output.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 28 Dec 2020 05:40:36 +0000 (21:40 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 28 Dec 2020 18:56:52 +0000 (10:56 -0800)
src/output/pivot-table.c

index ad95d71fdb04d1c7f6d3950be6145cb374105a2b..a0c4836d4181fdd116dd627b2bdf51a4eeb541df 100644 (file)
@@ -1599,6 +1599,7 @@ pivot_table_dump (const struct pivot_table *table, int indentation)
     settings_set_decimal_char (table->decimal);
 
   pivot_table_dump_value (table->title, "title", indentation);
+  pivot_table_dump_value (table->subtype, "subtype", indentation);
   pivot_table_dump_string (table->command_c, "command", indentation);
   pivot_table_dump_string (table->dataset, "dataset", indentation);
   pivot_table_dump_string (table->datafile, "datafile", indentation);