texlive[43286] Build/source/texk/web2c/luatexdir/lua/lnodelib.c:

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Feb 21 02:52:23 CET 2017


Revision: 43286
          http://tug.org/svn/texlive?view=revision&revision=43286
Author:   kakuto
Date:     2017-02-21 02:52:23 +0100 (Tue, 21 Feb 2017)
Log Message:
-----------
luatexdir: sync with the upstream

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/lua/lnodelib.c

Modified: trunk/Build/source/texk/web2c/luatexdir/lua/lnodelib.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/lua/lnodelib.c	2017-02-21 01:05:50 UTC (rev 43285)
+++ trunk/Build/source/texk/web2c/luatexdir/lua/lnodelib.c	2017-02-21 01:52:23 UTC (rev 43286)
@@ -733,7 +733,7 @@
     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;
         }
     }



More information about the tex-live-commits mailing list