OSDN Git Service

typo (thanks Norbert)
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 18 May 2015 07:55:50 +0000 (16:55 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 18 May 2015 07:55:50 +0000 (16:55 +0900)
src/ltj-jfmglue.lua

index e5fcd0c..3a7101e 100644 (file)
@@ -353,8 +353,8 @@ local function calc_np_aux_glyph_common(lp)
               local ls = getsubtype(lx)
               if ls==2 then -- アクセント用の kern
                  set_attr(lx, attr_icflag, PROCESSED)
-                 lx = node_next(lx) -- lp: アクセント本体
-                 setfield(lx, 'yoffset', getfield(lp, 'yoffset') - (has_attr(lx,attr_ablshift) or 0))
+                 lx = node_next(lx) -- lx: アクセント本体
+                 setfield(lx, 'yoffset', getfield(lx, 'yoffset') - (has_attr(lx,attr_ablshift) or 0))
                  lx = node_next(node_next(lx))
               elseif ls==0  then
                  Np.last = lx