From ea43a4d7744081f511cca8281e69b5a5f14c2238 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 31 May 2013 14:58:54 +0200 Subject: fix name fallback --- luaotfload-features.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luaotfload-features.lua') diff --git a/luaotfload-features.lua b/luaotfload-features.lua index c405ae5..a70dace 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -1175,7 +1175,7 @@ local handle_request = function (specification) local keep = import_values[n][2] local newvalue = request.features[feat] if newvalue then - specification[feat] = request.features[feat] + specification[feat] = request.features[feat] if not keep then request.features[feat] = nil end -- cgit v1.2.3