Follow-up to bugfix #58664
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Jul 2020 06:38:33 +0000 (08:38 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Jul 2020 06:38:29 +0000 (08:38 +0200)
commit033725a375c3ffe41c3e6025e8c65962bf726062
treeb2d0306d7369a2c8e3ed2a591914aa55a1200523
parent42d90dac4bc5ee06ef0dd3cd62b84378f16e7ea9
Follow-up to bugfix #58664

If the width of a variable changes, then implicitly so does its
missing values --- even if the number of missing values is zero.
This is because the variable's width is cached in the missing_value
struct itself.
src/data/variable.c