X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdev%2Fsystem-file-format.texi;fp=doc%2Fdev%2Fsystem-file-format.texi;h=e52b9571166a25b477a8f6263f34d0960b9f0423;hb=f518002b6673e3bcc030c903378d5d75f64697ea;hp=fb131f5274f0d61e90f9eefdf0c994c413b7e468;hpb=8e27b1a0dba7f33b7acb0d8894efe2045b0bb98f;p=pspp diff --git a/doc/dev/system-file-format.texi b/doc/dev/system-file-format.texi index fb131f5274..e52b957116 100644 --- a/doc/dev/system-file-format.texi +++ b/doc/dev/system-file-format.texi @@ -232,8 +232,8 @@ file's integer endianness (@pxref{System File Format}). Number of data elements per case. This is the number of variables, except that long string variables add extra data elements (one for every 8 characters after the first 8). However, string variables do not -contribute to this value beyond the first 255 bytes. Further, system -files written by some systems set this value to -1. In general, it is +contribute to this value beyond the first 255 bytes. Further, some +software always writes -1 or 0 in this field. In general, it is unsafe for systems reading system files to rely upon this value. @item int32 compression;