X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fpspp-convert.c;fp=utilities%2Fpspp-convert.c;h=ebd340ec3599e3cf942fa0e015a09d51c4c10e56;hb=63c7521729b947ace9e192dff9330813ecfb5812;hp=2dea20d2f3640b7149559b3cf05f0f7e41466069;hpb=7eeac30440dc09a42ee869b69263a8879bbb3ff8;p=pspp diff --git a/utilities/pspp-convert.c b/utilities/pspp-convert.c index 2dea20d2f3..ebd340ec35 100644 --- a/utilities/pspp-convert.c +++ b/utilities/pspp-convert.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2013, 2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -156,7 +156,7 @@ main (int argc, char *argv[]) } input_fh = fh_create_file (NULL, input_filename, fh_default_properties ()); - reader = any_reader_open (input_fh, encoding, &dict); + reader = any_reader_open_and_decode (input_fh, encoding, &dict, NULL); if (reader == NULL) exit (1);