because PSPP does not yet support them.
(read_extension_record): Ignore extension records 20 and 21, which
PSPP does not yet support.
+ (read_header): Fix error message when floating-point format cannot
+ be identified.
2008-02-01 Ben Pfaff <blp@gnu.org>
read_bytes (r, raw_bias, sizeof raw_bias);
if (float_identify (100.0, raw_bias, sizeof raw_bias, &r->float_format) == 0)
{
- sys_warn (r, _("Compression bias (%g) is not the usual "
+ sys_warn (r, _("Compression bias is not the usual "
"value of 100, or system file uses unrecognized "
- "floating-point format."),
- r->bias);
+ "floating-point format."));
if (r->integer_format == INTEGER_MSB_FIRST)
r->float_format = FLOAT_IEEE_DOUBLE_BE;
else