mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-02 00:13:33 +00:00
Update Project.cpp
This commit is contained in:
parent
a3bde58262
commit
76056b37e7
@ -236,7 +236,7 @@ bool Project::removePaths(const std::vector<ProjectPath>& paths, bool recursive)
|
|||||||
{
|
{
|
||||||
std::string recursiveBase = path.getRelativePathUTF8();
|
std::string recursiveBase = path.getRelativePathUTF8();
|
||||||
for (auto it = existingPaths.begin();
|
for (auto it = existingPaths.begin();
|
||||||
it != existingPaths.end())
|
it != existingPaths.end();)
|
||||||
{
|
{
|
||||||
if (!(*it).compare(0, recursiveBase.size(), recursiveBase))
|
if (!(*it).compare(0, recursiveBase.size(), recursiveBase))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user