summaryrefslogtreecommitdiff
path: root/graphics/asymptote/castop.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-20 03:00:53 +0000
committerNorbert Preining <norbert@preining.info>2021-02-20 03:00:53 +0000
commitb94dba90d83866ccb6db5273d214512e859c3179 (patch)
tree22d9aa93362d01d16e846322750afc738a05037a /graphics/asymptote/castop.h
parentf670508774c35b585b520fa9217d156664b4cb2a (diff)
CTAN sync 202102200300
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;
}
}