mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 02:16:48 +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;
|
end;
|
||||||
|
|
||||||
// check for special characters
|
// check for special characters
|
||||||
if (not IDEMacros.StrHasMacros(CurPath)) then
|
if (not IDEMacros.StrHasMacros(ExpandedPath)) then
|
||||||
begin
|
begin
|
||||||
FindSpecialCharsInPath(ExpandedPath, HasChars);
|
FindSpecialCharsInPath(ExpandedPath, HasChars);
|
||||||
if Ord(Level) <= Ord(ccomlWarning) then
|
if Ord(Level) <= Ord(ccomlWarning) then
|
||||||
|
Loading…
Reference in New Issue
Block a user