OSDN Git Service

typo
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 25 Jul 2019 22:16:25 +0000 (07:16 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 25 Jul 2019 22:16:25 +0000 (07:16 +0900)
src/ltj-jfmglue.lua

index 2d11a47..4a5534a 100644 (file)
@@ -318,7 +318,7 @@ do -- 002 ---------------------------------------
       if not ident.characters[getchar(p)] then
         local ln = node_next(lp)
         if (ident.shared and ident.shared.features and ident.shared.features.notdef)
-           and ln and getid(ln)==id_char then 
+           and ln and getid(ln)==id_glyph then 
            set_attr(lp, attr_icflag, PROCESSED)
            set_attr(ln, attr_jchar_code, has_attr(lp, attr_jchar_code) or getchar(lp))
            set_attr(ln, attr_jchar_class, has_attr(lp, attr_jchar_class) or 0)