From ec8f6afb3bf38d328cddb50440000fa42bfd223c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 Sep 2006 04:52:27 +0000 Subject: [PATCH] Fix "size" in flt64 info record description: it's always 8, not 4. --- doc/data-file-format.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2