diff options
-rw-r--r-- | luaotfload-database.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index 813a471..d670322 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -1571,7 +1571,7 @@ update_names = function (fontnames, force, dry_run) n_scanned = n_scanned + scanned n_new = n_new + new - if n_new > 0 then + if force or n_new > 0 then newfontnames = gen_fast_lookups(newfontnames) end |