[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Use proper direction argument (ac0823c)

Marcel Fabian Krüger tex at 2krueger.de
Tue Mar 3 22:37:07 CET 2020


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

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

commit ac0823c68f4f3c991a36c8359ae4a8f8d08d4430
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Tue Mar 3 22:31:42 2020 +0100

    Use proper direction argument


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

ac0823c68f4f3c991a36c8359ae4a8f8d08d4430
 src/luaotfload-harf-plug.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/luaotfload-harf-plug.lua b/src/luaotfload-harf-plug.lua
index 9d0e730..8593313 100644
--- a/src/luaotfload-harf-plug.lua
+++ b/src/luaotfload-harf-plug.lua
@@ -878,7 +878,7 @@ local function shape_run(head, current, run)
   end
 end
 
-function process(head, font, direction)
+function process(head, font, _attr, direction)
   local newhead, current = head, head
   local runs = itemize(head, font, direction)
 





More information about the latex3-commits mailing list.