Revert "work on datasets"
[pspp] / src / language / data-io / data-list.c
index 31856b795401b5979339bb6ded1e6eb042f3e9b1..90d060eaab66721a8462fcb81baa351494177441 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 1997-9, 2000, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-9, 2000, 2006, 2007, 2009, 2010, 2011, 2012, 2013 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, dataset_session (ds), reader, dict);
+    data_parser_make_active_file (parser, ds, reader, dict);
 
   fh_unref (fh);
   free (encoding);