diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/cldf-scn.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/cldf-scn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/cldf-scn.lua b/Master/texmf-dist/tex/context/base/mkiv/cldf-scn.lua index 4a90c5b7ee3..beeb8c8c999 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/cldf-scn.lua +++ b/Master/texmf-dist/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 |