We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0469dff commit f049bbfCopy full SHA for f049bbf
compiler/util.cppo.ml
@@ -73,7 +73,7 @@ let absolute_path f =
73
else f
74
75
let read_file f =
76
- let ic = open_in f in
+ let ic = open_in_bin f in
77
let n = in_channel_length ic in
78
let s = Bytes.create n in
79
really_input ic s 0 n;
0 commit comments