From dc7fffa7da876c92718bb3b8e454be0c5d9b63d3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 16 Feb 2006 05:54:24 +0000 Subject: [PATCH] Fix values for "measure" in Auxiliary Variable Parameter Record. Thanks to Oliver Bock for reporting this bug. Fixes bug #15763. --- doc/ChangeLog | 6 ++++++ doc/data-file-format.texi | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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 -- 2.30.2