sys-file-reader: Variable attributes record uses long variable names.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 21 May 2010 04:56:48 +0000 (21:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 21 May 2010 04:56:48 +0000 (21:56 -0700)
commit665bff371384dafbbc328fabee9b564260561e44
treeaf683c98130b0bf6203e9428bc8d3565b6ab32db
parent78b2280e4d75fc07ce0f17c3607c0707f7ccb819
sys-file-reader: Variable attributes record uses long variable names.

Michel Boaventura provided a system file for which PSPP complained about
bad variable attributes records.  I found out that this was because the
variables were specified using long names, not short names.  This commit
allows PSPP to read these variable attributes properly.
doc/dev/system-file-format.texi
src/data/sys-file-reader.c