IDE: Fix a check for macros in search paths which caused unusual characters warnings. Issue #18135

git-svn-id: trunk@33609 -
This commit is contained in:
juha 2011-11-18 10:33:01 +00:00
parent 3116f5214a
commit 1a32dab8e5

View File

@ -343,7 +343,7 @@ begin
end;
// check for special characters
if (not IDEMacros.StrHasMacros(CurPath)) then
if (not IDEMacros.StrHasMacros(ExpandedPath)) then
begin
FindSpecialCharsInPath(ExpandedPath, HasChars);
if Ord(Level) <= Ord(ccomlWarning) then