diff --git a/fuzz/fuzz_targets/fuzz_write.rs b/fuzz/fuzz_targets/fuzz_write.rs index 0a377e45..3a0b97e5 100755 --- a/fuzz/fuzz_targets/fuzz_write.rs +++ b/fuzz/fuzz_targets/fuzz_write.rs @@ -63,10 +63,10 @@ impl <'k> Debug for FileOperation<'k> { options, self.path, target.to_owned())) }, BasicFileOperation::ShallowCopy(base) => { - f.write_fmt(format_args!("{:?}writer.shallow_copy_file_from_path(path, {:?})?;\n", base, self.path)) + f.write_fmt(format_args!("{:?}writer.shallow_copy_file_from_path({:?}, {:?})?;\n", base, base.path, self.path)) }, BasicFileOperation::DeepCopy(base) => { - f.write_fmt(format_args!("{:?}writer.deep_copy_file_from_path(path, {:?})?;\n", base, self.path)) + f.write_fmt(format_args!("{:?}writer.deep_copy_file_from_path({:?}, {:?})?;\n", base, base.path, self.path)) }, BasicFileOperation::MergeWithOtherFile {operations} => { f.write_str("let sub_writer = {\n\