X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcrosstabs.q;h=870b5524cd9efaeab6def1e8882434d836582c88;hb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;hp=e61eb07f5189b073a3df253cdfafee449dad42e0;hpb=d2ec80c72483254a876b0bb86882224248110c0c;p=pspp-builds.git diff --git a/src/crosstabs.q b/src/crosstabs.q index e61eb07f..870b5524 100644 --- a/src/crosstabs.q +++ b/src/crosstabs.q @@ -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);