Fix values for "measure" in Auxiliary Variable Parameter Record.
authorBen Pfaff <blp@gnu.org>
Thu, 16 Feb 2006 05:54:24 +0000 (05:54 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 16 Feb 2006 05:54:24 +0000 (05:54 +0000)
Thanks to Oliver Bock <oliver@g7.org> for reporting this bug.  Fixes
bug #15763.

doc/ChangeLog
doc/data-file-format.texi

index 56d6d4da32689d02558251bc33717ac1dc482635..47a0d9574764cb31c97b0eba95e77109e9b60c8e 100644 (file)
@@ -1,3 +1,9 @@
+Wed Feb 15 21:53:12 2006  Ben Pfaff  <blp@gnu.org>
+
+       * data-file-format.texi: Fix values for "measure" in Auxiliary
+       Variable Parameter Record.  Thanks to Oliver Bock <oliver@g7.org>
+       for reporting this bug.  Fixes bug #15763.
+
 Tue Feb 14 21:34:06 2006  Ben Pfaff  <blp@gnu.org>
 
        * data-file-format.texi: Fix description of "count" in Auxiliary
index b9c6e6f8e41a0ae5995414b4441c12d3c92b2382..c6b0c9653aa7e2aa27c95beb074eae1bfe942fa7 100644 (file)
@@ -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