OSDN Git Service

Typo
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Tue, 9 Oct 2012 08:51:02 +0000 (10:51 +0200)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Tue, 9 Oct 2012 08:51:02 +0000 (10:51 +0200)
src/ltj-jfmglue.lua

index 4695863..482b4d7 100644 (file)
@@ -95,7 +95,7 @@ end
 -- 文字クラスの決定
 local function slow_find_char_class(c, m, oc)
    local xc = c or oc
-   local cls = ltjf_find_char_class(xc, m)
+   local cls = ltjf_find_char_class(oc, m)
    if xc ~= oc and  cls==0 then cls, xc = ltjf_find_char_class(-xc, m) end
    return cls, xc
 end