Skip to content

Commit 96ebfab

Browse files
balatvouillon
andauthored
Remove dependency to module Int
Co-Authored-By: Jerome Vouillon <jvouillon@besport.com>
1 parent 89cd9d5 commit 96ebfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/ot_tongue.eliom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let%client closest_stop ~speed ~maxsize size stops =
164164
else if px <= maxsize
165165
then d, px, (stop, true), interval_info
166166
else abs (size - maxsize), maxsize, (`Px maxsize, true), `Point)
167-
(Int.max_int, 0, (`Px 0, true), `Point)
167+
(max_int, 0, (`Px 0, true), `Point)
168168
stops
169169
with
170170
| _, px, _, `Start when size >= px -> `Px size, false

0 commit comments

Comments
 (0)