From: Ben Pfaff Date: Thu, 16 Feb 2006 05:54:24 +0000 (+0000) Subject: Fix values for "measure" in Auxiliary Variable Parameter Record. X-Git-Tag: v0.6.0~1075 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc7fffa7da876c92718bb3b8e454be0c5d9b63d3;p=pspp-builds.git Fix values for "measure" in Auxiliary Variable Parameter Record. Thanks to Oliver Bock for reporting this bug. Fixes bug #15763. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 56d6d4da..47a0d957 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 15 21:53:12 2006 Ben Pfaff + + * data-file-format.texi: Fix values for "measure" in Auxiliary + Variable Parameter Record. Thanks to Oliver Bock + for reporting this bug. Fixes bug #15763. + Tue Feb 14 21:34:06 2006 Ben Pfaff * data-file-format.texi: Fix description of "count" in Auxiliary diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index b9c6e6f8..c6b0c965 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -569,11 +569,11 @@ struct aux_params @item int32 measure The measurement type of the variable: @table @asis -@item 0 -Nominal Scale @item 1 -Ordinal Scale +Nominal Scale @item 2 +Ordinal Scale +@item 3 Continuous Scale @end table