Skip to content

addoninfo.cpp: use Path::join() in getFullPath()#8433

Open
firewave wants to merge 2 commits intodanmar:mainfrom
firewave:addon-join
Open

addoninfo.cpp: use Path::join() in getFullPath()#8433
firewave wants to merge 2 commits intodanmar:mainfrom
firewave:addon-join

Conversation

@firewave
Copy link
Copy Markdown
Collaborator

@firewave firewave commented Apr 9, 2026

No description provided.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 9, 2026

if (Path::isFile(exepath + "addons/" + fileName))
return exepath + "addons/" + fileName;
{
std::string p = Path::join(exepath, fileName);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p can be const

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants