summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-nut.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-08-16 10:45:39 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-08-16 10:45:39 +0200
commit0fcb576f359edfdd50c2b13615a03b966a9073df (patch)
tree5dcac6c5002e1552c1770facfbd27611fe54ba0f /tex/context/base/mkiv/node-nut.lua
parentd6850b00fa0f937514389e8d090db87b0163a703 (diff)
downloadcontext-0fcb576f359edfdd50c2b13615a03b966a9073df.tar.gz
2018-08-16 10:24:00
Diffstat (limited to 'tex/context/base/mkiv/node-nut.lua')
-rw-r--r--tex/context/base/mkiv/node-nut.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/node-nut.lua b/tex/context/base/mkiv/node-nut.lua
index 0397f0607..55d292af7 100644
--- a/tex/context/base/mkiv/node-nut.lua
+++ b/tex/context/base/mkiv/node-nut.lua
@@ -236,7 +236,7 @@ if not direct.getdata then
elseif subtype == pdf_literal_code then
return getfield(n,"data"), getfield(n,"mode")
elseif subtype == late_lua_code then
- return getfield(n,"data")
+ return getfield(n,"string")
elseif subtype == pdf_setmatrix_code then
return getfield(n,"data")
elseif subtype == special_code then
@@ -263,7 +263,7 @@ if not direct.getdata then
setfield(n,"mode",vv)
end
elseif subtype == late_lua_code then
- setfield(n,"data",v)
+ setfield(n,"string",v)
elseif subtype == pdf_setmatrix_code then
setfield(n,"data",v)
elseif subtype == special_code then