codetools: TBaseKeyWordFunctionList: fixed resorting

git-svn-id: branches/fixes_1_8@57153 -
This commit is contained in:
mattias 2018-01-26 18:56:42 +00:00
parent 13ad825412
commit 11b3d3276d

View File

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