From b236d7ed51547e1096f0840748179fa1aeecbb2e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 3 Jan 2022 22:57:39 -0800 Subject: [PATCH] Fix output to spv. --- src/language/stats/ctables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/language/stats/ctables.c b/src/language/stats/ctables.c index 24924a3578..9c5b8ee614 100644 --- a/src/language/stats/ctables.c +++ b/src/language/stats/ctables.c @@ -2404,7 +2404,7 @@ ctables_execute (struct dataset *ds, struct ctables *ct) (t->title ? pivot_value_new_user_text (t->title, SIZE_MAX) : pivot_value_new_text (N_("Custom Tables"))), - NULL); + "Custom Tables"); if (t->caption) pivot_table_set_caption ( pt, pivot_value_new_user_text (t->caption, SIZE_MAX)); -- 2.30.2