summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-06 10:41:24 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-06 10:41:24 +0200
commit241b75b723615faf6be374bfe32506211a01307e (patch)
tree1848b2c9188901eda3794b8af15db53333403f0b /luaotfload-database.lua
parent15ff8e6e3b942aa9df98ea1df572eaee6d9f292b (diff)
downloadluaotfload-241b75b723615faf6be374bfe32506211a01307e.tar.gz
fix unsupported style modifiers
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 beef5b1..b7446c9 100644
--- a/luaotfload-database.lua
+++ b/luaotfload-database.lua
@@ -98,7 +98,7 @@ local writable_path
if caches then
writable_path = caches.getwritablepath("names","")
if not writable_path then
- error("Impossible to find a suitable writeable cache...")
+ luaotfload.error("Impossible to find a suitable writeable cache...")
end
names.path.dir = writable_path
names.path.path = filejoin(writable_path, names.path.basename)