X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fcrosstabs.q;h=870b5524cd9efaeab6def1e8882434d836582c88;hb=7dc203206d3f3172474a4ec0f4dcab5364f4ce26;hp=9c17ed0297379c06887ada4803d55de8bad91543;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp-builds.git diff --git a/src/crosstabs.q b/src/crosstabs.q index 9c17ed02..870b5524 100644 --- a/src/crosstabs.q +++ b/src/crosstabs.q @@ -59,7 +59,7 @@ /* (specification) crosstabs (crs_): - *tables=custom; + *^tables=custom; +variables=custom; +missing=miss:!table/include/report; +write[wr_]=none,cells,all; @@ -1641,7 +1641,7 @@ static void table_value_missing (struct tab_table *table, int c, int r, unsigned char opt, const union value *v, const struct variable *var) { - struct len_string s; + struct fixed_string s; const char *label = val_labs_find (var->val_labs, *v); if (label) @@ -1688,7 +1688,7 @@ format_cell_entry (struct tab_table *table, int c, int r, double value, { const struct fmt_spec f = {FMT_F, 10, 1}; union value v; - struct len_string s; + struct fixed_string s; s.length = 10; s.string = tab_alloc (table, 16);