X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fpspp-convert.c;h=f71109524f5f9ba851966734d9332557efe86800;hb=5882d195ad6891b87dba6ded8a5caa1a949f165f;hp=264ec7a705f7c89b1426eee7e4e3acb09d9d2962;hpb=2ea422dcad13f121dfb5a2f390c3e456f5bcec83;p=pspp diff --git a/utilities/pspp-convert.c b/utilities/pspp-convert.c index 264ec7a705..f71109524f 100644 --- a/utilities/pspp-convert.c +++ b/utilities/pspp-convert.c @@ -164,12 +164,12 @@ main (int argc, char *argv[]) goto exit; } - input_fh = fh_create_file (NULL, input_filename, fh_default_properties ()); + input_fh = fh_create_file (NULL, input_filename, NULL, fh_default_properties ()); reader = any_reader_open_and_decode (input_fh, encoding, &dict, NULL); if (reader == NULL) exit (1); - output_fh = fh_create_file (NULL, output_filename, fh_default_properties ()); + output_fh = fh_create_file (NULL, output_filename, NULL, fh_default_properties ()); if (!strcmp (output_format, "csv") || !strcmp (output_format, "txt")) { struct csv_writer_options options;