From b94dba90d83866ccb6db5273d214512e859c3179 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 20 Feb 2021 03:00:53 +0000 Subject: CTAN sync 202102200300 --- graphics/asymptote/castop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/asymptote/castop.h') diff --git a/graphics/asymptote/castop.h b/graphics/asymptote/castop.h index cfabf94eed..8fbf9031e2 100644 --- a/graphics/asymptote/castop.h +++ b/graphics/asymptote/castop.h @@ -146,7 +146,7 @@ void readArray(vm::stack *s, Int nx=-1, Int ny=-1, Int nz=-1) } cij->push(v); if(f->LineMode() && f->nexteol()) { - if(f->nexteol()) break2=true; + if(f->nexteol() && !f->CSVMode()) break2=true; break; } } -- cgit v1.2.3