mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
grr \r on windows
This commit is contained in:
parent
8aa50b2523
commit
01295a71fd
1 changed files with 1 additions and 1 deletions
|
|
@ -104,5 +104,5 @@ let () =
|
|||
let version = C.ocaml_config_var_exn c "version" in
|
||||
let major, minor = Scanf.sscanf version "%u.%u" (fun maj min -> maj, min) in
|
||||
|
||||
let ic = open_in_bin file in
|
||||
let ic = open_in file in
|
||||
preproc_lines ~file ~major ~minor ic
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue