From fea15b446444e522d405e97b9e18d84baabfc633 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 23 Feb 2017 13:33:11 +0100 Subject: [safe-string] lib/cUnix No functional change. --- lib/cUnix.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cUnix.mli') diff --git a/lib/cUnix.mli b/lib/cUnix.mli index f03719c3d2..c6bcf63475 100644 --- a/lib/cUnix.mli +++ b/lib/cUnix.mli @@ -46,7 +46,7 @@ val file_readable_p : string -> bool is called on each elements read on stdout or stderr. *) val run_command : - ?hook:(string->unit) -> string -> Unix.process_status * string + ?hook:(bytes->unit) -> string -> Unix.process_status * string (** [sys_command] launches program [prog] with arguments [args]. It behaves like [Sys.command], except that we rely on -- cgit v1.2.3