X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fspv%2Fspv-legacy-decoder.c;fp=src%2Foutput%2Fspv%2Fspv-legacy-decoder.c;h=e103dd842e8247379cbfc670803c24bc9f3a8f83;hb=947e6378c28a6a33a2cd9ef4c4d90e001bdcc359;hp=94d05b59f23e71bf4d89eebbb3fba9355b5dec5d;hpb=db9910816100d5c8dce9734e441efdcbf9e5b71a;p=pspp diff --git a/src/output/spv/spv-legacy-decoder.c b/src/output/spv/spv-legacy-decoder.c index 94d05b59f2..e103dd842e 100644 --- a/src/output/spv/spv-legacy-decoder.c +++ b/src/output/spv/spv-legacy-decoder.c @@ -1771,7 +1771,8 @@ decode_spvdx_table (const struct spvdx_visualization *v, const char *subtype, const struct pivot_table_look *look, const struct spv_data *data, struct pivot_table **outp) { - struct pivot_table *table = pivot_table_create__ (NULL, subtype); + struct pivot_table *table = pivot_table_create__ ( + pivot_value_new_user_text (v->name, SIZE_MAX), subtype); pivot_table_set_look (table, look); table->look = pivot_table_look_unshare (table->look);