CTABLES: Fix issue with special case for SLABELS POSITION=ROW.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 25 Nov 2022 23:20:52 +0000 (15:20 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Nov 2022 00:26:35 +0000 (16:26 -0800)
commit71c947299e86f14cb7601d41b1f88400ddd3a841
treeebba8a3f50791d9a9a0c67b33b8383b813d3d7e7
parent62e423f7593ab684c20a6381e2e098b97772746d
CTABLES: Fix issue with special case for SLABELS POSITION=ROW.

With SLABELS POSITION=ROW and stacked variables with different summaries,
values were shown in the wrong rows.  This fixes the problem.

Thanks to Frans Houweling for reporting the bug.
src/language/stats/ctables.c
tests/language/stats/ctables.at