summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otb.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-07-14 12:19:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-07-14 12:19:00 +0200
commit15b10d973290abaf01211aa5c68b6026ba1b02ac (patch)
treeaee910952c51e6eee4f0c390444e469304b742c9 /tex/context/base/font-otb.lua
parentd6b1bbb30b5d03582599faf4132630d46275bb97 (diff)
downloadcontext-15b10d973290abaf01211aa5c68b6026ba1b02ac.tar.gz
beta 2011.07.14 12:19
Diffstat (limited to 'tex/context/base/font-otb.lua')
-rw-r--r--tex/context/base/font-otb.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-otb.lua b/tex/context/base/font-otb.lua
index 1a812c328..b078ab3da 100644
--- a/tex/context/base/font-otb.lua
+++ b/tex/context/base/font-otb.lua
@@ -228,7 +228,7 @@ local function preparesubstitutions(tfmdata,feature,value,validlookups,lookuplis
substitution = function(lookupdata,lookupname,description,unicode)
if trace_baseinit and trace_singles then
report_prepare("%s: base substitution %s => %s",cref(feature,lookupname),
- gref(descriptions,unicode),gref(descriptions,replacement))
+ gref(descriptions,unicode),gref(descriptions,lookupdatat))
end
changed[unicode] = lookupdata
end,