From: Ben Pfaff Date: Thu, 14 Sep 2006 04:52:27 +0000 (+0000) Subject: Fix "size" in flt64 info record description: it's always 8, not 4. X-Git-Tag: v0.6.0~741 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8f6afb3bf38d328cddb50440000fa42bfd223c;p=pspp-builds.git Fix "size" in flt64 info record description: it's always 8, not 4. --- diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index 79f6bb3a..bd70af92 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -505,7 +505,7 @@ Record type. Always set to 7. Record subtype. Always set to 4. @item int32 size; -Size of each piece of data in the data part, in bytes. Always set to 4. +Size of each piece of data in the data part, in bytes. Always set to 8. @item int32 count; Number of pieces of data in the data part. Always set to 3.