fix error formatting when there are >1 positions given

This commit is contained in:
dzaima 2021-09-22 22:58:51 +03:00
parent fab1ffadf5
commit bce0c2853c

View File

@ -168,7 +168,7 @@ B casrt_c2(B t, B w, B x) {
dec(w);
thr(s);
}
if (isArr(w0) && a(w0)->ia==2) {
if (isArr(w0) && a(w0)->ia>=2) {
B s = IGet(w,1);
SGetU(w0)
AFMT("\n");