From f5165470e5dd305fbd0601908c4516ce1c3d55ee Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 28 Dec 2013 13:39:40 +0100 Subject: [letterspace] split long line --- luaotfload-extralibs.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/luaotfload-extralibs.lua b/luaotfload-extralibs.lua index 21f738c..63d3b7c 100644 --- a/luaotfload-extralibs.lua +++ b/luaotfload-extralibs.lua @@ -434,7 +434,8 @@ local initializecompatfontkerning = function (tfmdata, percentage) local factor = tonumber (percentage) if not factor then logs.names_report ("both", 0, "letterspace", - "Invalid argument to letterspace: %s (type %q), was expecting percentage as Lua number instead.", + "Invalid argument to letterspace: %s (type %q), " .. + "was expecting percentage as Lua number instead.", percentage, type (percentage)) return end -- cgit v1.2.3