summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-12-10 15:15:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-12-10 15:15:00 +0100
commit333ecddc7acc53b73aae17ad7b8a7f36d423f989 (patch)
tree7a4a0acfaee2a38fb1bd94f86247af2e1cb9846e /tex/context/base/node-tra.lua
parent6886903c0725dfc1804ddb17065f95b42138635a (diff)
downloadcontext-333ecddc7acc53b73aae17ad7b8a7f36d423f989.tar.gz
beta 2010.12.10 15:15
Diffstat (limited to 'tex/context/base/node-tra.lua')
-rw-r--r--tex/context/base/node-tra.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua
index 27665d60b..d3b71b2b2 100644
--- a/tex/context/base/node-tra.lua
+++ b/tex/context/base/node-tra.lua
@@ -605,7 +605,7 @@ local function toutf(list,result,nofresult,stopcriterium)
end
end
elseif id == disc_code then
- result, nofresult = toutf(n.replace,result,nofresult)
+ result, nofresult = toutf(n.replace,result,nofresult) -- needed?
elseif id == hlist_code or id == vlist_code then
--~ if nofresult > 0 and result[nofresult] ~= " " then
--~ nofresult = nofresult + 1