mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +02:00
codetools: TBaseKeyWordFunctionList: fixed resorting
git-svn-id: branches/fixes_1_8@57153 -
This commit is contained in:
parent
13ad825412
commit
11b3d3276d
@ -431,6 +431,7 @@ begin
|
||||
for i:=0 to FCount-1 do begin
|
||||
h:=KeyWordToHashIndex(FItems[i].KeyWord);
|
||||
if h>=0 then inc(FBucketStart[h]);
|
||||
FItems[i].IsLast:=false;
|
||||
end;
|
||||
// change hash-count-index to bucket-end-index
|
||||
h:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user