SAVE TRANSLATE: Improve error messages and implementation of RENAME.
[pspp] / src / language / data-io / combine-files.c
index b95683ef8c752867cb26dd6bba6f1ac6e98f756f..dde261a68f5727d5d1b6c9ac95e6c0d64614e37d 100644 (file)
@@ -234,7 +234,7 @@ combine_files (enum comb_command_type command,
       while (lex_match (lexer, T_SLASH))
         if (lex_match_id (lexer, "RENAME"))
           {
-            if (!parse_dict_rename (lexer, file->dict, false))
+            if (!parse_dict_rename (lexer, file->dict))
               goto error;
           }
         else if (lex_match_id (lexer, "IN"))