Skip to content
Snippets Groups Projects
Commit 0e049de6 authored by Mick Jordan's avatar Mick Jordan
Browse files

fix file.copy coercion bug

parent 82aa8641
Branches
No related tags found
No related merge requests found
......@@ -674,7 +674,7 @@ public class FileFunctions {
@CreateCast("arguments")
public RNode[] castArguments(RNode[] arguments) {
for (int i = 2; i < 5; i++) {
arguments[i] = CastLogicalNodeGen.create(arguments[0], true, false, false);
arguments[i] = CastLogicalNodeGen.create(arguments[i], true, false, false);
}
return arguments;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment