projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e755f4
)
Fix output to spv.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 4 Jan 2022 06:57:39 +0000
(22:57 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 13 Mar 2022 23:56:02 +0000
(16:56 -0700)
src/language/stats/ctables.c
patch
|
blob
|
history
diff --git
a/src/language/stats/ctables.c
b/src/language/stats/ctables.c
index 24924a35783a87389ce1a1f0a07181f832f0e35c..9c5b8ee6149d85e6aa5558cdb498466dcd06639e 100644
(file)
--- 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));