From 1ff3f70c54b39606029fcba87390ebab9272e012 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 27 Dec 2020 21:40:36 -0800 Subject: [PATCH] pivot-table: Include pivot table subtype in pivot_table_dump() output. --- src/output/pivot-table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output/pivot-table.c b/src/output/pivot-table.c index ad95d71fdb..a0c4836d41 100644 --- a/src/output/pivot-table.c +++ b/src/output/pivot-table.c @@ -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); -- 2.30.2