fix error formatting when there are >1 positions given
This commit is contained in:
parent
fab1ffadf5
commit
bce0c2853c
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user