diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-12-28 13:39:40 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-12-28 13:39:40 +0100 |
commit | f5165470e5dd305fbd0601908c4516ce1c3d55ee (patch) | |
tree | d3eadf6e0b1af58a5a108e4ca6aa2e1f0e73dc55 /luaotfload-extralibs.lua | |
parent | 715057ab3798e45c31c12673c06299dfbd8f8c2b (diff) | |
download | luaotfload-f5165470e5dd305fbd0601908c4516ce1c3d55ee.tar.gz |
[letterspace] split long line
Diffstat (limited to 'luaotfload-extralibs.lua')
-rw-r--r-- | luaotfload-extralibs.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 |