pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/doc data-file-format.texi


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/doc data-file-format.texi
Date: Thu, 14 Sep 2006 04:52:27 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/09/14 04:52:27

Modified files:
        doc            : data-file-format.texi 

Log message:
        Fix "size" in flt64 info record description: it's always 8, not 4.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/data-file-format.texi?cvsroot=pspp&r1=1.11&r2=1.12

Patches:
Index: data-file-format.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/data-file-format.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- data-file-format.texi       12 Jul 2006 14:05:34 -0000      1.11
+++ data-file-format.texi       14 Sep 2006 04:52:27 -0000      1.12
@@ -505,7 +505,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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]