summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload-database.lua')
-rw-r--r--luaotfload-database.lua2
1 files changed, 1 insertions, 1 deletions
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