projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5998ad5
)
Fix "size" in flt64 info record description: it's always 8, not 4.
author
Ben Pfaff
<blp@gnu.org>
Thu, 14 Sep 2006 04:52:27 +0000
(
04:52
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Thu, 14 Sep 2006 04:52:27 +0000
(
04:52
+0000)
doc/data-file-format.texi
patch
|
blob
|
history
diff --git
a/doc/data-file-format.texi
b/doc/data-file-format.texi
index 79f6bb3a1f7c8d6c85dd6ae829f3ccb11aa6c427..bd70af92ac2c68e76c0369edd387532d8a1c858f 100644
(file)
--- 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.