summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-12-28 13:39:40 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2013-12-28 13:39:40 +0100
commitf5165470e5dd305fbd0601908c4516ce1c3d55ee (patch)
treed3eadf6e0b1af58a5a108e4ca6aa2e1f0e73dc55
parent715057ab3798e45c31c12673c06299dfbd8f8c2b (diff)
downloadluaotfload-f5165470e5dd305fbd0601908c4516ce1c3d55ee.tar.gz
[letterspace] split long line
-rw-r--r--luaotfload-extralibs.lua3
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