Implement DATASET commands.
[pspp-builds.git] / src / language / data-io / get.c
index 466d2a522c99b8be783c5502c7d37c2cff0929c0..0e542ef0d28dc50b08ea97bd780424da5aede1d1 100644 (file)
@@ -82,7 +82,7 @@ parse_read_command (struct lexer *lexer, struct dataset *ds, enum reader_command
          lex_match (lexer, T_EQUALS);
 
           fh_unref (fh);
-         fh = fh_parse (lexer, FH_REF_FILE | FH_REF_SCRATCH);
+         fh = fh_parse (lexer, FH_REF_FILE, NULL);
          if (fh == NULL)
             goto error;
        }