mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:50:40 +01:00
* SetOnCompare didn't assign AValue to FOnCompare when Count was 0
git-svn-id: trunk@14921 -
This commit is contained in:
parent
ab2aa8f88d
commit
c7db625bd0
@ -1034,7 +1034,8 @@ begin
|
||||
finally
|
||||
FreeMem(List);
|
||||
end;
|
||||
end;
|
||||
end else
|
||||
FOnCompare:=AValue;
|
||||
end;
|
||||
|
||||
procedure TAVLTree.SetNodeManager(newmgr:TBaseAVLTreeNodeManager);
|
||||
|
||||
@ -903,8 +903,6 @@ begin
|
||||
else Exit(False);
|
||||
end;
|
||||
|
||||
//writeln(Len, ', ', IntToHex(Num,16));
|
||||
|
||||
case Num of
|
||||
$30,
|
||||
$65736C6166,$65736C6146,$65736C4166,$65736C4146,$65734C6166,$65734C6146,$65734C4166,$65734C4146,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user