summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runlabel.in
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
committerNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
commitecdf859b6ce481abfd530425dcf6f0f764bd0001 (patch)
tree13bc161dc046876ac6c92fce5f9f5034ba9aa573 /graphics/asymptote/runlabel.in
parent790995b7e79697514364450bf9c04f1b8d500838 (diff)
CTAN sync 202112280300
Diffstat (limited to 'graphics/asymptote/runlabel.in')
-rw-r--r--graphics/asymptote/runlabel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/runlabel.in b/graphics/asymptote/runlabel.in
index 632f68df55..4a6a157d08 100644
--- a/graphics/asymptote/runlabel.in
+++ b/graphics/asymptote/runlabel.in
@@ -142,7 +142,7 @@ array *readpath(const string& psname, bool keep,
PP->push(P);
while(!buf.eof()) {
- char c;
+ char c='>';
buf >> c;
if(c == '>') break;