Browse Source

Forgotten label

Leo 8 years ago
parent
commit
5898319635
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/edit_command.ml

+ 1 - 1
src/edit_command.ml

@@ -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 *)