summaryrefslogtreecommitdiff
path: root/tex/context/base/node-ser.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-04-19 16:38:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-04-19 16:38:00 +0200
commit690c595285ba89968a8af887cf2a074ebc943402 (patch)
treeb9d823867647ca9fc8303bb7e940c78c6ceb39c9 /tex/context/base/node-ser.lua
parent6383acb525bc719bf958b490b97e87a8fccac44c (diff)
downloadcontext-690c595285ba89968a8af887cf2a074ebc943402.tar.gz
beta 2011.04.19 16:38
Diffstat (limited to 'tex/context/base/node-ser.lua')
-rw-r--r--tex/context/base/node-ser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-ser.lua b/tex/context/base/node-ser.lua
index 3c2e1facc..a58b7d745 100644
--- a/tex/context/base/node-ser.lua
+++ b/tex/context/base/node-ser.lua
@@ -100,7 +100,7 @@ local function totable(n,flat,verbose)
local tt = { }
for k=1,#f do
local v = f[k]
- local nv = n[v]
+ local nv = v and n[v]
if nv then
if ignore[v] then
-- skip