From: Ben Pfaff Date: Tue, 4 Jan 2022 06:57:39 +0000 (-0800) Subject: Fix output to spv. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=b0a400eb4ab34438115c4be640a43c9b0b3bf7ad Fix output to spv. --- 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));