Fix output to spv.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 4 Jan 2022 06:57:39 +0000 (22:57 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Apr 2022 01:48:55 +0000 (18:48 -0700)
src/language/stats/ctables.c

index 24924a35783a87389ce1a1f0a07181f832f0e35c..9c5b8ee6149d85e6aa5558cdb498466dcd06639e 100644 (file)
@@ -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));