diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-21 01:52:23 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-21 01:52:23 +0000 |
commit | 7714e343948bfc6ff5fd5c4b7297c229f37070fa (patch) | |
tree | d639817376308d545c71310a002c9099da3788ed /Build/source/texk | |
parent | 69a5713e975f47bcc0eba3c9707d5e9a75d4cbe2 (diff) |
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@43286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/lnodelib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/lnodelib.c b/Build/source/texk/web2c/luatexdir/lua/lnodelib.c index dbe195ff2c0..038ae5d9e83 100644 --- a/Build/source/texk/web2c/luatexdir/lua/lnodelib.c +++ b/Build/source/texk/web2c/luatexdir/lua/lnodelib.c @@ -733,7 +733,7 @@ static int lua_nodelib_direct_getsup(lua_State * L) if (n) { halfword t = type(n); if (t == simple_noad || t == accent_noad || t == radical_noad) { - lua_pushinteger(L, subscr(n)); + lua_pushinteger(L, supscr(n)); return 1; } } |