X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fdata-list.c;h=31856b795401b5979339bb6ded1e6eb042f3e9b1;hb=b0b05dd35b6cf6a714006953051de0201f9876d9;hp=90d060eaab66721a8462fcb81baa351494177441;hpb=4dc6293d51b59324286be41465587a72f133ea0b;p=pspp diff --git a/src/language/data-io/data-list.c b/src/language/data-io/data-list.c index 90d060eaab..31856b7954 100644 --- a/src/language/data-io/data-list.c +++ b/src/language/data-io/data-list.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006, 2007, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2016 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 @@ -293,7 +293,7 @@ cmd_data_list (struct lexer *lexer, struct dataset *ds) add_transformation (ds, data_list_trns_proc, data_list_trns_free, trns); } else - data_parser_make_active_file (parser, ds, reader, dict); + data_parser_make_active_file (parser, dataset_session (ds), reader, dict); fh_unref (fh); free (encoding);