summaryrefslogtreecommitdiff
path: root/graphics/asymptote/castop.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/castop.h')
-rw-r--r--graphics/asymptote/castop.h2
1 files changed, 1 insertions, 1 deletions
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;
}
}