mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 22:40:24 +02:00
LCL, fixed bug that prevent right sorting in hashed list (fix translations and probably other things)
git-svn-id: trunk@13955 -
This commit is contained in:
parent
3324817212
commit
2380f77d0d
@ -86,8 +86,9 @@ end;
|
||||
function TStringHashList.Add(const S: String; ItemData: Pointer): Integer;
|
||||
var
|
||||
Item: PStringHashItem;
|
||||
Val, First, Last, I: Integer;
|
||||
Larger: ByteBool;
|
||||
First, Last, I: Integer;
|
||||
Val: Cardinal;
|
||||
Larger: boolean;
|
||||
begin
|
||||
New(Item);
|
||||
Val:= HashOf(S);
|
||||
|
Loading…
Reference in New Issue
Block a user