Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w authored and voodoos committed Jan 22, 2025
1 parent e6b4bd3 commit 4c6e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index-format/granular_marshal.ml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let () =
| Some (_, fd) -> close_in fd)

let force_open_store store =
let fd = open_in store.filename in
let fd = open_in_bin store.filename in
last_open_store := Some (store, fd);
fd

Expand Down

0 comments on commit 4c6e689

Please sign in to comment.