AUTORECODE: Make GROUP option work properly with multi-length strings.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jul 2019 01:44:09 +0000 (18:44 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 18 Aug 2019 21:51:12 +0000 (21:51 +0000)
commite48391e8dee233d2bf5e30c5e9577757cb76af6d
treec7c579a3465a353a91ca4c15a9cac9cbb0bc21f7
parent53d339111a9f51561cfccc65764874cdf54e501a
AUTORECODE: Make GROUP option work properly with multi-length strings.

When GROUP is used, all of the variables are supposed to be put into a
single table.  The implementation assumed in practice that, for string
variables, all of the strings were the same width, which caused problems.
This commit fixes the problem and updates the test to match.
src/language/stats/autorecode.c
tests/language/stats/autorecode.at