SAVE: Fix UNSELECTED=RETAIN with a filter variable.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 7 Aug 2010 20:47:33 +0000 (13:47 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 9 Aug 2010 17:59:05 +0000 (10:59 -0700)
commita7b5ed72c52e462c75a2fed485ed65aaf09a1d39
tree4d4a3ce99e22db16f12180ddf51b9b837214e58a
parent63554ee77cd82daea8a2b04e0d0cffc418542369
SAVE: Fix UNSELECTED=RETAIN with a filter variable.

Apparently this had never been tested.  It assert-failed consistently
because the filter variable being saved was from the dictionary before
reading the data, but the dictionary after reading the data was
different due to the temporary transformation used to drop the
filtered data.
src/data/procedure.c
src/data/procedure.h
src/language/data-io/save.c
tests/automake.mk
tests/language/data-io/save.at [new file with mode: 0644]