summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runsystem.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/runsystem.in')
-rw-r--r--graphics/asymptote/runsystem.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/runsystem.in b/graphics/asymptote/runsystem.in
index 45f7a040c9..03025d1bd2 100644
--- a/graphics/asymptote/runsystem.in
+++ b/graphics/asymptote/runsystem.in
@@ -139,9 +139,9 @@ void breakpoint(runnable *s=NULL)
breakpoint(Stack,s);
}
-string locatefile(string file)
+string locatefile(string file, bool full=true)
{
- return locateFile(file);
+ return locateFile(file,full);
}
void stop(string file, Int line, runnable *s=NULL)