Skip to content

Commit 4c6e689

Browse files
art-wvoodoos
authored andcommitted
Fix windows
1 parent e6b4bd3 commit 4c6e689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index-format/granular_marshal.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let () =
6868
| Some (_, fd) -> close_in fd)
6969

7070
let force_open_store store =
71-
let fd = open_in store.filename in
71+
let fd = open_in_bin store.filename in
7272
last_open_store := Some (store, fd);
7373
fd
7474

0 commit comments

Comments
 (0)