mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-30 16:36:20 +02:00
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:
parent
3116f5214a
commit
1a32dab8e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user