sys-file-reader: Reduce invalid format from error to warning. 20110623030506/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 23 Jun 2011 05:13:40 +0000 (22:13 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 23 Jun 2011 05:13:40 +0000 (22:13 -0700)
commit8080fdb87f96b96ae07ef902e7912a23beea49c7
treefd08f319f8a0a85eb224f510b5c73db1975ec30c
parente24089bbe924045c7b98e4bbcc0dc1c4b8703429
sys-file-reader: Reduce invalid format from error to warning.

gaby jongenelen <geebie21@gmail.com> provided a .sav file
written by "MS Windows Release 13.0 spssio32.dll" that had
zeros in the "write" format field for several numeric
variables.  Until now, PSPP treated this as an error and
rejected the file.  This commit changes the error to a warning
and suppresses the diagnostic entirely for this case of a
zero value.
doc/dev/system-file-format.texi
src/data/sys-file-reader.c
tests/data/sys-file-reader.at