From ebb010ea34e9fe0b44cfdeaa009cbce007fa76bf Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 21 Sep 2021 17:18:42 +0300 Subject: [PATCH] =?UTF-8?q?re-enable=20<=CB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit appears to work as fine as the rest of the impl, don't remember what was wrong with it ¯\_(ツ)_/¯ --- src/builtins/md1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/md1.c b/src/builtins/md1.c index 5a539c5f..8f13e4cb 100644 --- a/src/builtins/md1.c +++ b/src/builtins/md1.c @@ -315,7 +315,7 @@ B cell_c1(Md1D* d, B x) { B f = d->f; B r = c1(f, x); return isAtm(r)? m_atomUnit(r) : r; } - // if (f.u == bi_lt.u) return toCells(x); // TODO fix fills + if (f.u==bi_lt.u && a(x)->ia!=0) return toCells(x); usz cr = rnk(x)-1; usz cam = a(x)->sh[0]; usz csz = arr_csz(x);