OSDN Git Service

#39755
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 13 Nov 2019 18:16:44 +0000 (03:16 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 13 Nov 2019 18:16:44 +0000 (03:16 +0900)
src/ltj-lotf_aux.lua

index ca829d7..32caa3f 100644 (file)
@@ -80,7 +80,7 @@ local dummy_vht, dummy_vorg = {}, {}
 setmetatable(dummy_vht, {__index = function () return 1 end } )
 setmetatable(dummy_vorg, {__index = function () return 0.88 end } )
 local function get_vmet_table(tfmdata, dest)
-   if (not tfmdata) or (not tfmdata.shared) then
+   if (not tfmdata) or (not tfmdata.shared) or (not tfmdata.shared.rawdata) then
      dest = dest or {}
      dest.vorigin, dest.vheight = dummy_vorg, dummy_vht
      return dest