summaryrefslogtreecommitdiff
path: root/tex/context/base/cldf-ver.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-11-26 22:40:20 +0200
committerMarius <mariausol@gmail.com>2010-11-26 22:40:20 +0200
commitcc2e8cc985157fdab4e0122b27457d7cd21b2d38 (patch)
tree4cdac08071a209d3af472899db9bbd86b1e10563 /tex/context/base/cldf-ver.lua
parent44d0f4fe01338d0f699e1f09ae13d17088c2db83 (diff)
downloadcontext-cc2e8cc985157fdab4e0122b27457d7cd21b2d38.tar.gz
beta 2010.11.26 21:21
Diffstat (limited to 'tex/context/base/cldf-ver.lua')
-rw-r--r--tex/context/base/cldf-ver.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/cldf-ver.lua b/tex/context/base/cldf-ver.lua
index 8607cb578..120bc468a 100644
--- a/tex/context/base/cldf-ver.lua
+++ b/tex/context/base/cldf-ver.lua
@@ -9,7 +9,7 @@ if not modules then modules = { } end modules ['cldf-ver'] = {
-- tex.print == newline
local concat, tohandle = table.concat, table.tohandle
-local splitlines = string.splitlines
+local find, splitlines = string.find, string.splitlines
local tostring, type = tostring, type
local context = context