Loading src/core/module/Module.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,6 @@ Module::createOutputFile(const std::string& pathname, const std::string& extensi << " - this is outside the module output folder"; } } // Add the file itself - this fully replaces the "file" path in case "path" is absolute: file /= (extension.empty() ? path : path.replace_extension(extension)); Loading Loading
src/core/module/Module.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,6 @@ Module::createOutputFile(const std::string& pathname, const std::string& extensi << " - this is outside the module output folder"; } } // Add the file itself - this fully replaces the "file" path in case "path" is absolute: file /= (extension.empty() ? path : path.replace_extension(extension)); Loading