Skip to content

Commit

Permalink
Easy Bytes.to_string in charruad.ml, enough for charrua-unix in 4.06.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed Nov 25, 2017
1 parent bcbf93d commit f23de60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/charruad.ml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let read_file f =
let buf = Bytes.create n in
really_input ic buf 0 n;
close_in ic;
buf
Bytes.to_string buf

let go_daemon () =
Lwt_daemon.daemonize ~syslog:false ()
Expand Down

0 comments on commit f23de60

Please sign in to comment.