DATA LIST: Accept freefield format types without widths use minimum width.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Nov 2012 01:50:05 +0000 (17:50 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Nov 2012 01:50:05 +0000 (17:50 -0800)
commitc3dd7acbbaca2931e601b6327a39a209f6cc0d9e
treec37661a1e5f6d58c42b76bda0b23324ec59f64cc
parent55740f362a5218c87e61858a672540f4909d5e06
DATA LIST: Accept freefield format types without widths use minimum width.

A user reported that SPSS accepts syntax such as "DATA LIST FREE/
d (DATETIME)." using a default width for the field with no specified width.
This commit makes PSPP accept this syntax too, although it does not get
the width exactly right (please let me know if you figure out how to do
that).

Bug #30690.
Reported by Andreas Lappe.
src/language/data-io/data-list.c
tests/language/data-io/data-list.at