Rename copy_file/2 to file_copy/2
This commit is contained in:
@@ -3533,12 +3533,12 @@ impl Machine {
|
||||
self.rename_file();
|
||||
step_or_fail!(self, self.machine_st.p = self.machine_st.cp);
|
||||
}
|
||||
&Instruction::CallCopyFile(_) => {
|
||||
self.copy_file();
|
||||
&Instruction::CallFileCopy(_) => {
|
||||
self.file_copy();
|
||||
step_or_fail!(self, self.machine_st.p += 1);
|
||||
}
|
||||
&Instruction::ExecuteCopyFile(_) => {
|
||||
self.copy_file();
|
||||
&Instruction::ExecuteFileCopy(_) => {
|
||||
self.file_copy();
|
||||
step_or_fail!(self, self.machine_st.p = self.machine_st.cp);
|
||||
}
|
||||
&Instruction::CallWorkingDirectory(_) => {
|
||||
|
||||
Reference in New Issue
Block a user