[latex3-commits] [git/LaTeX3-latex3-latex3] luaintarray: Fix __intarray_gset:w (006c45828)

Marcel Fabian Krüger tex at 2krueger.de
Sat Nov 13 14:52:37 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : luaintarray
Link       : https://github.com/latex3/latex3/commit/006c4582813f01f513da55f063fd00cda296338e

>---------------------------------------------------------------

commit 006c4582813f01f513da55f063fd00cda296338e
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Nov 13 14:52:37 2021 +0100

    Fix __intarray_gset:w


>---------------------------------------------------------------

006c4582813f01f513da55f063fd00cda296338e
 l3kernel/l3intarray.dtx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/l3kernel/l3intarray.dtx b/l3kernel/l3intarray.dtx
index 813f0f194..07ed85419 100644
--- a/l3kernel/l3intarray.dtx
+++ b/l3kernel/l3intarray.dtx
@@ -373,10 +373,8 @@ luacmd('@@_gset:w', function()
   local t = @@_table()
   if t[i] then
     t[i] = scan_int()
-    put_next(use_none)
   else
     scan_int()
-    put_next(use_i)
   end
 end, 'protected', 'global')
 %</lua>





More information about the latex3-commits mailing list.