diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-04-12 21:17:28 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-04-12 21:17:28 +0200 |
commit | e86146694fb4159c4ae2ad9969c6c992a19e9c09 (patch) | |
tree | c85077dc4545f5df461e5e21bcf1c3897c42fbeb /otfl-font-def.lua | |
parent | 5a642e00686d0a9354480fea2aced3d1c4fc47a8 (diff) | |
download | luaotfload-e86146694fb4159c4ae2ad9969c6c992a19e9c09.tar.gz |
syncronizing with the latest ConTeXt beta, fixing bugs
Diffstat (limited to 'otfl-font-def.lua')
-rw-r--r-- | otfl-font-def.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-def.lua b/otfl-font-def.lua index a437ef8..f6bcb54 100644 --- a/otfl-font-def.lua +++ b/otfl-font-def.lua @@ -323,7 +323,7 @@ evolved. Each one has its own way of dealing with its format.</p> local function check_tfm(specification,fullname) -- ofm directive blocks local path search unless set - fullname = input.findbinfile(fullname, 'ofm') or "" -- just to be sure + fullname = input.findbinfile(fullname, 'tfm') or "" -- just to be sure if fullname ~= "" then specification.filename, specification.format = fullname, "ofm" return tfm.read_from_tfm(specification) |