/RENAME subcommand: Allow quoted strings in destination variables.
[pspp] / src / language / data-io / combine-files.c
index b4eac56a6b4a4d270f19b2b47c4fc3b21ececaa5..4e6ae4f8846b911aa243786fa825c95cbb78f60d 100644 (file)
@@ -238,7 +238,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))
+            if (!parse_dict_rename (lexer, file->dict, false))
               goto error;
           }
         else if (lex_match_id (lexer, "IN"))