From 102a69616427a7b9ee9f4efc53e31510d7d5fb07 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 13 Apr 2023 22:22:50 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=E2=9F=A82=E2=9F=A9=E2=86=95a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/builtins/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/fns.c b/src/builtins/fns.c index 13dcd3dc..6de163f6 100644 --- a/src/builtins/fns.c +++ b/src/builtins/fns.c @@ -140,7 +140,7 @@ B ud_c2(B t, B w, B x) { return taga(ra); } if (wr==1 && wsh[0]==2 && xr==1) { - B t = C2(slash, w, x); + B t = C2(slash, m_f64(2), x); return taga(arr_shSetU(TI(t,slice)(t, 1, IA(t)-2), 2, sh)); }