Implement DATASET commands.
[pspp-builds.git] / src / language / data-io / save-translate.c
index 17293cf6af361deb10a2846deab7d66162acec7f..f6487c57932e3faad8a64e45adcf570e9ab7b897 100644 (file)
@@ -96,7 +96,7 @@ cmd_save_translate (struct lexer *lexer, struct dataset *ds)
 
          lex_match (lexer, T_EQUALS);
 
-         handle = fh_parse (lexer, FH_REF_FILE);
+         handle = fh_parse (lexer, FH_REF_FILE, NULL);
          if (handle == NULL)
            goto error;
        }