From 4a439fa6665c12aac6219acc8c148c5c1d091116 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 18 Nov 2021 17:33:54 +0100 Subject: 2021-11-18 16:35:00 --- tex/context/base/mkiv/l-math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex/context/base/mkiv/l-math.lua') diff --git a/tex/context/base/mkiv/l-math.lua b/tex/context/base/mkiv/l-math.lua index e5668a5db..69f0a19e9 100644 --- a/tex/context/base/mkiv/l-math.lua +++ b/tex/context/base/mkiv/l-math.lua @@ -141,7 +141,7 @@ if not math.ult then local floor = math.floor - function math.tointeger(m,n) + function math.ult(m,n) -- not ok but i'm not motivated to look into it now return floor(m) < floor(n) -- unsigned comparison needed end -- cgit v1.2.3