diff options
| author | Hans Hagen <pragma@wxs.nl> | 2017-11-07 12:49:36 +0100 | 
|---|---|---|
| committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2017-11-07 12:49:36 +0100 | 
| commit | 75fbb107b15d01179a4b772844144e0661240e77 (patch) | |
| tree | c5210f4f9ade25c89a540f755912a52966404792 /tex/context/base/mkiv/l-string.lua | |
| parent | 7830451577b876020de2a26bbfbf069625ab4d6f (diff) | |
| download | context-75fbb107b15d01179a4b772844144e0661240e77.tar.gz | |
2017-11-07 11:43:00
Diffstat (limited to 'tex/context/base/mkiv/l-string.lua')
| -rw-r--r-- | tex/context/base/mkiv/l-string.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tex/context/base/mkiv/l-string.lua b/tex/context/base/mkiv/l-string.lua index cda837615..8ae8d8d1d 100644 --- a/tex/context/base/mkiv/l-string.lua +++ b/tex/context/base/mkiv/l-string.lua @@ -220,11 +220,11 @@ string.unquote = string.unquoted  -- new -if not string.bytetable then +if not string.bytetable then -- used in font-cff.lua      local limit = 5000 -- we can go to 8000 in luajit and much higher in lua if needed -    function string.bytetable(str) +    function string.bytetable(str) -- from a string          local n = #str          if n > limit then              local t = { byte(str,1,limit) } | 
