sys-file-reader: Tolerate nonsensical opcodes in compressed data. fc11-i386-build22 fc11-x64-build21 lenny-x64-build43 sid-i386-build90
authorBen Pfaff <blp@gnu.org>
Thu, 15 Oct 2009 04:20:44 +0000 (21:20 -0700)
committerBen Pfaff <blp@gnu.org>
Thu, 15 Oct 2009 04:25:28 +0000 (21:25 -0700)
Compressed data in .sav files uses a set of 256 opcodes, some of which make
sense only for numeric data and others of which only make sense for string
data.  However, Jereme Thomas <jereme.thomas@gmail.com> has provided one
file, written by SPSS 14, that uses an opcode that seems to makes sense
only for numeric data in a string field.  So this commit adds support for
these opcodes, although it still warns about the ones other than the exact
one found in the file provided by Jereme.


No differences found