From ed98662de34f8875484020ce20a9bc68874b1e7e Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 4 Jan 2016 13:57:21 +0100 Subject: [PATCH] Changed: OutputPath is already "standardized" --HG-- branch : develop --- code/nel/tools/3d/panoply_maker/panoply_maker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/tools/3d/panoply_maker/panoply_maker.cpp b/code/nel/tools/3d/panoply_maker/panoply_maker.cpp index 38a8818d7..70e3b979e 100644 --- a/code/nel/tools/3d/panoply_maker/panoply_maker.cpp +++ b/code/nel/tools/3d/panoply_maker/panoply_maker.cpp @@ -936,7 +936,7 @@ static void BuildColoredVersionForOneBitmap(const CBuildInfo &bi, const std::str nlinfo("Writing %s", outputFileName.c_str()); /// Save the result. We let propagate exceptions (if there's no more space disk it useless to continue...) { - std::string fullOutputPath = bi.OutputPath + "/" + outputFileName + bi.OutputFormat; + std::string fullOutputPath = bi.OutputPath + outputFileName + bi.OutputFormat; try {