diff options
author | eroux <elie.roux@telecom-bretagne.eu> | 2010-03-10 10:49:46 +0100 |
---|---|---|
committer | eroux <elie.roux@telecom-bretagne.eu> | 2010-03-10 10:49:46 +0100 |
commit | 631054664ae5d661465abc61f00d60e63388115d (patch) | |
tree | cf47737f960ee7649983cc90f08d7b2f0f5a9a6a /otfl-font-nms.lua | |
parent | 76e023b064c2c5b7b7914bd68916adac8adc74f2 (diff) | |
download | luaotfload-631054664ae5d661465abc61f00d60e63388115d.tar.gz |
Oops...
Diffstat (limited to 'otfl-font-nms.lua')
-rw-r--r-- | otfl-font-nms.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otfl-font-nms.lua b/otfl-font-nms.lua index bcc9467..a45aeb7 100644 --- a/otfl-font-nms.lua +++ b/otfl-font-nms.lua @@ -147,6 +147,9 @@ local function load_font(filename, fontnames, status, newfontnames, newstatus, t end local checksum = file.checksum(filename) local info = fontloader.info(filename) + if not purge then + tofillstatus[filename] = {timestamp = true_lastmodif, mappings = {}} + end if info then if type(info) == "table" and #info > 1 then for index,_ in ipairs(info) do |