summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runpicture.cc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-28 03:01:23 +0000
committerNorbert Preining <norbert@preining.info>2024-02-28 03:01:23 +0000
commit0afdc3e8c2d8e96d0cd0a5f05f1481a4eecc51d2 (patch)
tree805f2acf8e0115574bc5781d1dfb87fbe2e63ba8 /graphics/asymptote/runpicture.cc
parenta64a01e8eaa2c096e7879421f075ebfa2a8bb7f0 (diff)
CTAN sync 202402280301
Diffstat (limited to 'graphics/asymptote/runpicture.cc')
-rw-r--r--graphics/asymptote/runpicture.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/runpicture.cc b/graphics/asymptote/runpicture.cc
index f68e88f652..e8a153463a 100644
--- a/graphics/asymptote/runpicture.cc
+++ b/graphics/asymptote/runpicture.cc
@@ -949,7 +949,7 @@ void gen_runpicture46(stack *Stack)
}
string outname=buildname(prefix,xformat);
- F->shipout(preamble,outname,xformat,false,false);
+ F->shipout(preamble,stripExt(outname),xformat,false,false);
fprintf(pipeout,"%s\n",Done.c_str());
fflush(pipeout);
delete F;