mirror of https://github.com/AxioDL/metaforce.git
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…
Reference in New Issue