From 0afdc3e8c2d8e96d0cd0a5f05f1481a4eecc51d2 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 28 Feb 2024 03:01:23 +0000 Subject: CTAN sync 202402280301 --- graphics/asymptote/util.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/asymptote/util.cc') diff --git a/graphics/asymptote/util.cc b/graphics/asymptote/util.cc index df33e29bff..8cc0a76aee 100644 --- a/graphics/asymptote/util.cc +++ b/graphics/asymptote/util.cc @@ -195,9 +195,9 @@ string outpath(string name) return outdir+stripDir(name); } -string buildname(string name, string suffix, string aux) +string buildname(string prefix, string suffix, string aux) { - name=stripExt(outpath(name),defaultformat())+aux; + string name=outpath(prefix)+aux; if(!suffix.empty()) name += "."+suffix; return name; } -- cgit v1.2.3