summaryrefslogtreecommitdiff
path: root/tex/generic
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-26 16:29:15 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-26 16:29:15 +0200
commit2146c5714b53b92df35551a989cbe1db7b290829 (patch)
treec5082e64775784c5aee84039b6bf316e75c155a7 /tex/generic
parentacf69d3d7873025941544add3ba168b367c84edd (diff)
downloadcontext-2146c5714b53b92df35551a989cbe1db7b290829.tar.gz
2016-08-26 15:40:00
Diffstat (limited to 'tex/generic')
-rw-r--r--tex/generic/context/luatex/luatex-fonts-merged.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua
index d86763204..8addd68c7 100644
--- a/tex/generic/context/luatex/luatex-fonts-merged.lua
+++ b/tex/generic/context/luatex/luatex-fonts-merged.lua
@@ -1,6 +1,6 @@
-- merged file : c:/data/develop/context/sources/luatex-fonts-merged.lua
-- parent file : c:/data/develop/context/sources/luatex-fonts.lua
--- merge date : 08/25/16 14:14:14
+-- merge date : 08/26/16 15:35:38
do -- begin closure to overcome local limits and interference
@@ -11177,6 +11177,7 @@ local bittest=bit32.btest
local rshift=bit32.rshift
local concat=table.concat
local lower=string.lower
+local copy=table.copy
local sub=string.sub
local strip=string.strip
local tohash=table.tohash
@@ -12610,7 +12611,7 @@ do
markclass=d.markclass or nil,
flags=d.flags,
}
- sublookuplist[nofsublookups]=h
+ sublookuplist[nofsublookups]=copy(h)
sublookuphash[lookupid]=nofsublookups
sublookupcheck[lookupid]=1
else