Implement DATASET commands.
[pspp-builds.git] / src / language / data-io / get-data.c
index d7927527eba98cba9fb43f34169f99a19e4d8d16..e3e6c5d43bd0d4a4b7818d88e2a81b2f02e3bd32 100644 (file)
@@ -293,7 +293,7 @@ parse_get_txt (struct lexer *lexer, struct dataset *ds)
   if (!lex_force_match_id (lexer, "FILE"))
     goto error;
   lex_force_match (lexer, T_EQUALS);
-  fh = fh_parse (lexer, FH_REF_FILE | FH_REF_INLINE);
+  fh = fh_parse (lexer, FH_REF_FILE | FH_REF_INLINE, NULL);
   if (fh == NULL)
     goto error;