[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix bug (f5f479f)

Marcel Fabian Krüger tex at 2krueger.de
Fri Jun 5 16:07:42 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/f5f479f2cb4309dbd567800e08b128efa01e2f77

>---------------------------------------------------------------

commit f5f479f2cb4309dbd567800e08b128efa01e2f77
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Tue May 26 22:32:11 2020 +0200

    Fix  bug


>---------------------------------------------------------------

f5f479f2cb4309dbd567800e08b128efa01e2f77
 src/luaotfload-notdef.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/luaotfload-notdef.lua b/src/luaotfload-notdef.lua
index 7d611eb..7182eb8 100644
--- a/src/luaotfload-notdef.lua
+++ b/src/luaotfload-notdef.lua
@@ -333,7 +333,7 @@ local function ignorablehandler(head, fid, ...) -- FIXME: The arguments are prob
     end
   end end
   delayed_remove()
-  for n in traverse_id(head, disc_id) do
+  for n in traverse_id(disc_id, head) do
     local a, b, c = getdisc(n)
     setdisc(ignorablehandler(a, fid), ignorablehandler(b, fid), ignorablehandler(c, fid))
   end





More information about the latex3-commits mailing list.