[latex3-commits] [git/LaTeX3-latex3-latex3] master: Anticipate Lua 5.3 (7e8948f)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 28 18:43:46 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/7e8948f124ba06430d329d0b5a8d885b1c584976

>---------------------------------------------------------------

commit 7e8948f124ba06430d329d0b5a8d885b1c584976
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 28 17:43:46 2018 +0000

    Anticipate Lua 5.3


>---------------------------------------------------------------

7e8948f124ba06430d329d0b5a8d885b1c584976
 l3kernel/l3luatex.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 7a0f66b..419604c 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -382,7 +382,7 @@ local function elapsedtime()
   if val > 2147483647 then
     val = 2147483647
   end
-  write(format("%d",val))
+  write(format("%d",floor(val)))
 end
 l3kernel.elapsedtime = elapsedtime
 local function resettimer()





More information about the latex3-commits mailing list