Revert "Always return a path if we can't normalize it"
This reverts commit 7bdea16b1f
.
This commit is contained in:
parent
7bdea16b1f
commit
1572d90ee7
|
@ -118,10 +118,6 @@ wxString NormalizePath( const wxFileName& aFilePath, const ENV_VAR_MAP* aEnvVars
|
||||||
|
|
||||||
normalizedFullPath += aFilePath.GetFullName();
|
normalizedFullPath += aFilePath.GetFullName();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
normalizedFullPath = aFilePath.GetFullPath();
|
|
||||||
}
|
|
||||||
|
|
||||||
return normalizedFullPath;
|
return normalizedFullPath;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue