OSDN Git Service

Bugfix: "the address of a table" does not begin with "ox" on Windows.
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 15 Jan 2014 11:30:10 +0000 (20:30 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 15 Jan 2014 11:30:10 +0000 (20:30 +0900)
src/ltj-jfont.lua

index 0e26734..8b66356 100644 (file)
@@ -410,7 +410,7 @@ do
    function print_aftl_address(bbase)
       local t = alt_font_table_latex[bbase]
       if not t then t = {}; alt_font_table_latex[bbase] = t end
-      tex.sprint(cat_lp, (tostring(t):gsub('table: 0x','ltjaltfont')))
+      tex.sprint(cat_lp, (tostring(t):gsub('table: ','ltjaltfont')))
    end
 -- EXT
    function output_alt_font_cmd(bbase)