summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/cldf-scn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/cldf-scn.lua')
-rw-r--r--tex/context/base/mkiv/cldf-scn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/cldf-scn.lua b/tex/context/base/mkiv/cldf-scn.lua
index 4a90c5b7e..beeb8c8c9 100644
--- a/tex/context/base/mkiv/cldf-scn.lua
+++ b/tex/context/base/mkiv/cldf-scn.lua
@@ -6,7 +6,7 @@ if not modules then modules = { } end modules ['cldf-scn'] = {
license = "see context related readme files"
}
-local load, type = load, type
+local load, type, tostring = load, type, tostring
local formatters = string.formatters
local char = string.char