From 847821faaecf92833f1e1564e1ef9377758d4d45 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 2 Jul 2018 16:09:16 +0200 Subject: 2018-07-02 14:46:00 --- tex/context/base/mkiv/font-prv.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex/context/base/mkiv/font-prv.lua') diff --git a/tex/context/base/mkiv/font-prv.lua b/tex/context/base/mkiv/font-prv.lua index fef1f3618..4c4948edc 100644 --- a/tex/context/base/mkiv/font-prv.lua +++ b/tex/context/base/mkiv/font-prv.lua @@ -29,7 +29,7 @@ end -- use these privates for mechanisms like alignments-on-character and such local sharedprivates = setmetatableindex(function(t,k) - v = currentprivate + local v = currentprivate if currentprivate < maximumprivate then currentprivate = currentprivate + 1 else -- cgit v1.2.3