From 18f6b49c8c5903926e899abaf8efdada6947fbde Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 2 Sep 2013 00:09:47 +0200 Subject: [db] fix table constructor syntax --- luaotfload-database.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luaotfload-database.lua b/luaotfload-database.lua index e5627ef..323804c 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -2544,7 +2544,7 @@ local generate_filedata = function (mappings) inbare [barename] = index end else - inbare = { barename = index } + inbare = { [barename] = index } bare [location] [format] = inbare end -- cgit v1.2.3