mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 09:50:31 +02:00
codetools: fixed compile
git-svn-id: trunk@57026 -
This commit is contained in:
parent
391b8ffa36
commit
3581e9d7e4
@ -631,7 +631,7 @@ begin
|
||||
cPriorityCount := 0;
|
||||
while AnAVLNode<>nil do begin
|
||||
CurItem:=TIdentifierListItem(AnAVLNode.Data);
|
||||
if not CurItem.Identifier.IsEmpty then
|
||||
if CurItem.Identifier<>'' then
|
||||
begin
|
||||
if ComparePrefixIdent(PChar(Pointer(Prefix)),PChar(Pointer(CurItem.Identifier)))
|
||||
then begin
|
||||
|
Loading…
Reference in New Issue
Block a user