X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FsfmP.h;h=978a3e129d510387d1139e617c9f63e59e020790;hb=1f053e35b27208cad9bec322c67ba4ef022c1dc1;hp=443d51960133409ff304783642354216b9e63cd0;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp-builds.git diff --git a/src/sfmP.h b/src/sfmP.h index 443d5196..978a3e12 100644 --- a/src/sfmP.h +++ b/src/sfmP.h @@ -67,7 +67,8 @@ struct sysfile_header char rec_type[4] P; /* 00: Record-type code, "$FL2". */ char prod_name[60] P; /* 04: Product identification. */ int32 layout_code P; /* 40: 2. */ - int32 case_size P; /* 44: Number of `value's per case. */ + int32 case_size P; /* 44: Number of `value's per case. + Note: some systems set this to -1 */ int32 compress P; /* 48: 1=compressed, 0=not compressed. */ int32 weight_idx P; /* 4c: 1-based index of weighting var, or 0. */ int32 case_cnt P; /* 50: Number of cases, -1 if unknown. */