Fix output to spv.
[pspp] / 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));