summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runlabel.in
diff options
context:
space:
mode:
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;