diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-15 09:02:32 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-15 09:02:32 -0700 |
commit | 087a990dc8581be3a2980034e70f874d52f9577b (patch) | |
tree | 5a7d38a8e5cf55cceb6dd51becf102950819beb4 /luaotfload-tool.lua | |
parent | 8a67b384a597b9af16ea915fe7e323d4328cdd3e (diff) | |
parent | 52f6ea217175fd1a39e6f80ea7a0f98fbf1364f6 (diff) | |
download | luaotfload-087a990dc8581be3a2980034e70f874d52f9577b.tar.gz |
Merge pull request #75 from phi-gamma/master
address feature request #74
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 352697c..721e3cf 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -347,7 +347,7 @@ actions.query = function (job) lookup = "name", specification = "name:" .. query, optsize = 0, - } + } local foundname, subfont, success = fonts.names.resolve(nil, nil, tmpspec) |