|
@@ -90,7 +90,7 @@ let rec run ~(rc:File_com.t) position =
|
|
|
let original_command,shorter_list =
|
|
|
Remove_command.remove current_list position
|
|
|
in
|
|
|
- Out_channel.write_all tmp_filename original_command;
|
|
|
+ Out_channel.write_all tmp_filename ~data:original_command;
|
|
|
|
|
|
|
|
|
(* Edit file *)
|