X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fget.c;fp=src%2Flanguage%2Fdata-io%2Fget.c;h=9a788a01e3a67922ddad51177cadef6cefbbb418;hb=63c7521729b947ace9e192dff9330813ecfb5812;hp=1218a27b18bdfc147ca690581cec4bacdb015811;hpb=7eeac30440dc09a42ee869b69263a8879bbb3ff8;p=pspp diff --git a/src/language/data-io/get.c b/src/language/data-io/get.c index 1218a27b18..9a788a01e3 100644 --- a/src/language/data-io/get.c +++ b/src/language/data-io/get.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006, 2007, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2007, 2010, 2011, 2012, 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 @@ -122,7 +122,7 @@ parse_read_command (struct lexer *lexer, struct dataset *ds, goto error; } - reader = any_reader_open (fh, encoding, &dict); + reader = any_reader_open_and_decode (fh, encoding, &dict, NULL); if (reader == NULL) goto error;