summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-ppt.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-08-11 01:23:08 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-08-11 01:23:08 +0200
commit1ef7a093aaf03b6327b3da94d47f53760c868c60 (patch)
tree228e6d4a5005598aaea191b3317c2fa21e22de75 /tex/context/base/mkiv/node-ppt.lua
parentb61d5dd3555e906b21601ff75b3268c0f359283e (diff)
downloadcontext-1ef7a093aaf03b6327b3da94d47f53760c868c60.tar.gz
2018-08-10 16:58:00
Diffstat (limited to 'tex/context/base/mkiv/node-ppt.lua')
-rw-r--r--tex/context/base/mkiv/node-ppt.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/node-ppt.lua b/tex/context/base/mkiv/node-ppt.lua
index 0124f885b..f4a3df12c 100644
--- a/tex/context/base/mkiv/node-ppt.lua
+++ b/tex/context/base/mkiv/node-ppt.lua
@@ -29,6 +29,8 @@ local getsubtype = nuts.getsubtype
local getfield = nuts.getfield
local getlist = nuts.getlist
local setlist = nuts.setlist
+local getdata = nuts.getdata
+
local removenode = nuts.remove
local nextnode = nuts.traversers.node
@@ -333,7 +335,7 @@ end)
-- last = nil
-- end
-- if getfield(source,"user_id") == property_id then
--- local slot = getfield(source,"value")
+-- local slot = getdata(source)
-- local data = cache[slot]
-- if data then
-- cache[slot] = nil
@@ -432,7 +434,7 @@ if LUATEXVERSION >= 1.090 then
last = nil
end
if getfield(source,"user_id") == property_id then
- local slot = getfield(source,"value")
+ local slot = getdata(source)
local data = cache[slot]
if data then
cache[slot] = nil