codetools: fixed compile

git-svn-id: trunk@57026 -
This commit is contained in:
mattias 2018-01-09 18:19:43 +00:00
parent 391b8ffa36
commit 3581e9d7e4

View File

@ -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