From b43184d6295688add7de32c0c1b254a928dce3e2 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 19 Jan 2023 03:57:13 +0200 Subject: [PATCH] =?UTF-8?q?fix=201=E2=80=BF2=20+=E2=8E=890=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/builtins/md2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/md2.c b/src/builtins/md2.c index ae901bff..085f6e18 100644 --- a/src/builtins/md2.c +++ b/src/builtins/md2.c @@ -407,7 +407,7 @@ B rank_c2(Md2D* d, B w, B x) { B f = d->f; B g = d->g; usz p = 0; for (usz i = 0; i < cam; i++) { Arr* s = arr_shSetI(slice(incG(w), p, csz), wc, csh); - HARR_ADD(r, i, c2(f, taga(s), incG(x))); + HARR_ADD(r, i, c2(f, taga(s), inc(x))); p+= csz; }