[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Better line breaking in warning (91a2a1e)

Marcel Fabian Krüger tex at 2krueger.de
Sun Sep 6 00:29:19 CEST 2020


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

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

commit 91a2a1e210a570cdfb663093b8bfb57a6ca6ebb1
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Sep 6 00:29:19 2020 +0200

    Better line breaking in warning


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

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

diff --git a/src/luaotfload.lua b/src/luaotfload.lua
index 9289544..3818815 100644
--- a/src/luaotfload.lua
+++ b/src/luaotfload.lua
@@ -42,7 +42,7 @@ if luaotfload_module == nil then
         if module_version ~= saved_version then
             local filenames
             if debug then
-                filenames = string.format("luaotfload.lua is found at %q\n%s.lua is found at %q\n",
+                filenames = string.format("luaotfload.lua is found at\n%q\n%s.lua is found at\n%q\n",
                     debug.getinfo(1, "S").source:sub(2),
                     module.name,
                     debug.getinfo(2, "S").source:sub(2))





More information about the latex3-commits mailing list.