X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmatrix-data.c;h=81229b3319c548652016cf52f654847842346fd4;hb=14e7292894533c5491a774a2d749386362660812;hp=98fcd4ff2c584e4b2841470a0521af622a0cea7a;hpb=458f79fdf6fbd044cbfc4831b184280a82cf8d81;p=pspp-builds.git diff --git a/src/matrix-data.c b/src/matrix-data.c index 98fcd4ff..81229b33 100644 --- a/src/matrix-data.c +++ b/src/matrix-data.c @@ -1032,7 +1032,7 @@ read_matrices_without_rowtype (struct matrix_data_pgm *mx) vfm_source = create_case_source (&matrix_data_without_rowtype_source_class, default_dict, mx); - procedure (NULL, NULL, NULL, NULL); + procedure (NULL, NULL); free (split_values); free (nr_factor_values); @@ -1556,7 +1556,7 @@ read_matrices_with_rowtype (struct matrix_data_pgm *mx) vfm_source = create_case_source (&matrix_data_with_rowtype_source_class, default_dict, mx); - procedure (NULL, NULL, NULL, NULL); + procedure (NULL, NULL); free (split_values); fh_close_handle (mx->data_file);