X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmatrix-data.c;h=29e923762049b554e7fcf03e0d0864141fa71812;hb=7dc203206d3f3172474a4ec0f4dcab5364f4ce26;hp=e7747a89324fc8f8ab7f9f2bd854ac025471281d;hpb=4848cff524922cc77ed21662406807471e96a68e;p=pspp diff --git a/src/matrix-data.c b/src/matrix-data.c index e7747a8932..29e9237620 100644 --- a/src/matrix-data.c +++ b/src/matrix-data.c @@ -963,8 +963,7 @@ read_matrices_without_rowtype (struct matrix_data_pgm *mx) nr.split_values = xmalloc (sizeof *nr.split_values * dict_get_split_cnt (default_dict)); - vfm_source = create_case_source (&matrix_data_without_rowtype_source_class, - default_dict, &nr); + vfm_source = create_case_source (&matrix_data_without_rowtype_source_class, &nr); procedure (NULL, NULL); @@ -1495,7 +1494,7 @@ read_matrices_with_rowtype (struct matrix_data_pgm *mx) mx->cells = 0; vfm_source = create_case_source (&matrix_data_with_rowtype_source_class, - default_dict, &wr); + &wr); procedure (NULL, NULL); free (wr.split_values);