Skip to content

Commit

Permalink
test old code
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Apr 2, 2024
1 parent 973e8fa commit d6e5a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/opamSystem.ml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ let remove_file file =
)

let string_of_channel ic =
let n = Stdlib.in_channel_length ic in
let n = 4096 in
let b = Buffer.create n in
let rec iter ic b =
match Buffer.add_channel b ic n with
Expand Down

0 comments on commit d6e5a37

Please sign in to comment.