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.
2 parents 5e0970f + 189d512 commit 967ad43Copy full SHA for 967ad43
syntax/src/res_io.ml
@@ -1,5 +1,5 @@
1
let readFile ~filename =
2
- let chan = open_in filename in
+ let chan = open_in_bin filename in
3
let content =
4
try really_input_string chan (in_channel_length chan)
5
with End_of_file -> ""
0 commit comments