projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa892d
)
pivot-table: Include pivot table subtype in pivot_table_dump() output.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 28 Dec 2020 05:40:36 +0000
(21:40 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 28 Dec 2020 18:56:52 +0000
(10:56 -0800)
src/output/pivot-table.c
patch
|
blob
|
history
diff --git
a/src/output/pivot-table.c
b/src/output/pivot-table.c
index ad95d71fdb04d1c7f6d3950be6145cb374105a2b..a0c4836d4181fdd116dd627b2bdf51a4eeb541df 100644
(file)
--- 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);