Implement DATASET commands.
[pspp-builds.git] / src / language / data-io / inpt-pgm.c
index 99cc17a0fb1a4927fddba0ee17138ee158c95057..eac1f06fca4789c751e6b229ef4aea116692d106 100644 (file)
@@ -290,7 +290,7 @@ cmd_reread (struct lexer *lexer, struct dataset *ds)
        {
          lex_match (lexer, T_EQUALS);
           fh_unref (fh);
-          fh = fh_parse (lexer, FH_REF_FILE | FH_REF_INLINE);
+          fh = fh_parse (lexer, FH_REF_FILE | FH_REF_INLINE, NULL);
          if (fh == NULL)
            {
              expr_free (e);